summaryrefslogtreecommitdiffstats
path: root/Parser/asdl_c.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:31:30 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:31:30 (GMT)
commit6d0f0f299b014e79f6079901b560e938e0c5d8df (patch)
treee2f81371eca1a0d0782bb76dcbd5b883edc6b898 /Parser/asdl_c.py
parent290c6b3446f5a1ecd76e0213e4db388a37ee9e55 (diff)
downloadcpython-6d0f0f299b014e79f6079901b560e938e0c5d8df.zip
cpython-6d0f0f299b014e79f6079901b560e938e0c5d8df.tar.gz
cpython-6d0f0f299b014e79f6079901b560e938e0c5d8df.tar.bz2
#18803: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Parser/asdl_c.py')
-rwxr-xr-xParser/asdl_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
index 666c48d..7ebc236 100755
--- a/Parser/asdl_c.py
+++ b/Parser/asdl_c.py
@@ -977,7 +977,7 @@ def has_sequence(types, doing_specialization):
class StaticVisitor(PickleVisitor):
- CODE = '''Very simple, always emit this static code. Overide CODE'''
+ CODE = '''Very simple, always emit this static code. Override CODE'''
def visit(self, object):
self.emit(self.CODE, 0, reflow=False)