summaryrefslogtreecommitdiff
path: root/Lib/token.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-29 17:14:27 +0100
committerÉric Araujo <merwok@netwok.org>2011-11-29 17:14:27 +0100
commitc8e032006a608f14f9463f06f4d466fd367b37f3 (patch)
treefeb41266b17d36bf1f47c438db5cac11eb696d16 /Lib/token.py
parentaa35b0032235b6b935da0f08f79bba7296ced5fc (diff)
parenta74f8ef419d2c7c5f398a80165f8d8fd5e4d7b8e (diff)
downloadcpython-git-c8e032006a608f14f9463f06f4d466fd367b37f3.tar.gz
Merge 3.2
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 7e2bfcfaf2..7ddd35eed2 100755
--- a/Lib/token.py
+++ b/Lib/token.py
@@ -7,7 +7,7 @@ __all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF']
# 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