commit | ef2e14e675be14d74f5bc42c2d5c58927fca2e06 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sun Feb 26 01:26:09 2012 +0100 |
committer | Éric Araujo <merwok@netwok.org> | Sun Feb 26 01:26:09 2012 +0100 |
tree | 5b6bfb3aa60c65742a32732e441374fb182b4420 | |
parent | c8e29dba91916db055c36f1a68d8e3c18f630903 [diff] [blame] |
Fix instructions on how to rebuild some modules
diff --git a/Lib/keyword.py b/Lib/keyword.py index 8eb2860..69794bd 100755 --- a/Lib/keyword.py +++ b/Lib/keyword.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/keyword.py + ./python Lib/keyword.py """ __all__ = ["iskeyword", "kwlist"]