Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r98442:23754465c171
Date: 2020-01-03 16:34 +0100
http://bitbucket.org/pypy/pypy/changeset/23754465c171/
Log: typo
diff --git a/pypy/interpreter/astcompiler/astbuilder.py
b/pypy/interpreter/astcompiler/astbuilder.py
--- a/pypy/interpreter/astcompiler/astbuilder.py
+++ b/pypy/interpreter/astcompiler/astbuilder.py
@@ -787,7 +787,7 @@
self.error("only single target (not list) can be annotated",
target)
# and everything else gets a generic error
else:
- self.error("illegal target for annoation", target)
+ self.error("illegal target for annotation", target)
self.set_context(target_expr, ast.Store)
second = stmt.get_child(1)
annotation = self.handle_expr(second.get_child(1))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit