diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-26 01:26:09 +0100 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-26 01:26:09 +0100 |
commit | ef2e14e675be14d74f5bc42c2d5c58927fca2e06 (patch) | |
tree | 5b6bfb3aa60c65742a32732e441374fb182b4420 /Lib/token.py | |
parent | c8e29dba91916db055c36f1a68d8e3c18f630903 (diff) | |
download | cpython-git-ef2e14e675be14d74f5bc42c2d5c58927fca2e06.tar.gz |
Fix instructions on how to rebuild some modules
Diffstat (limited to 'Lib/token.py')
-rwxr-xr-x | Lib/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/token.py b/Lib/token.py index 8d5cdaa175..34abf62016 100755 --- a/Lib/token.py +++ b/Lib/token.py @@ -7,7 +7,7 @@ # To update the symbols in this file, 'cd' to the top directory of # the python source tree after building the interpreter and run: # -# python Lib/token.py +# ./python Lib/token.py #--start constants-- ENDMARKER = 0 |