Commit e1886bfa authored by Éric Araujo's avatar Éric Araujo

Fix instructions on how to rebuild some modules

parent ff913061
......@@ -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"]
......
......@@ -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/symbol.py
# ./python Lib/symbol.py
#--start constants--
single_input = 256
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment