summaryrefslogtreecommitdiff
path: root/Lib/keyword.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-29 16:45:34 +0100
committerÉric Araujo <merwok@netwok.org>2011-11-29 16:45:34 +0100
commitee8bf86748c8bebd3b285ef471ec9c61e22fca88 (patch)
tree02d50e26e5324314b4289e37d87269ab79605239 /Lib/keyword.py
parentcb643f37c37e14f5dbed96d25bca7ee6b201d65e (diff)
downloadcpython-ee8bf86748c8bebd3b285ef471ec9c61e22fca88.tar.gz
Fix instructions on how to rebuild some modules
Diffstat (limited to 'Lib/keyword.py')
-rwxr-xr-xLib/keyword.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py
index a3788a6b0b..dad39cc377 100755
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -7,7 +7,7 @@ This file is automatically generated; please don't muck it up!
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/keyword.py
+ ./python Lib/keyword.py
"""
__all__ = ["iskeyword", "kwlist"]