Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.7
Changeset: r98448:17ba541ef13d
Date: 2020-01-05 19:21 +0100
http://bitbucket.org/pypy/pypy/changeset/17ba541ef13d/
Log: typo
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/astcompiler/codegen.py
+++ b/pypy/interpreter/astcompiler/codegen.py
@@ -305,7 +305,7 @@
return False
def _maybe_setup_annotations(self):
- # if the scope contained an annotated variable assignemt,
+ # if the scope contained an annotated variable assignment,
# this will emit the requisite SETUP_ANNOTATIONS
if self.scope.contains_annotated and not isinstance(self,
AbstractFunctionCodeGenerator):
return self.emit_op(ops.SETUP_ANNOTATIONS)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit