summaryrefslogtreecommitdiff
path: root/Lib/token.py
diff options
context:
space:
mode:
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
commitef2e14e675be14d74f5bc42c2d5c58927fca2e06 (patch)
tree5b6bfb3aa60c65742a32732e441374fb182b4420 /Lib/token.py
parentc8e29dba91916db055c36f1a68d8e3c18f630903 (diff)
downloadcpython-git-ef2e14e675be14d74f5bc42c2d5c58927fca2e06.tar.gz
Fix instructions on how to rebuild some modules
Diffstat (limited to 'Lib/token.py')
-rwxr-xr-xLib/token.py2
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