[pypy-commit] pypy py3.6: typo

cfbolz pypy.commits at gmail.com
Fri Jan 3 10:35:11 EST 2020


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
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))


More information about the pypy-commit mailing list