mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix instructions on how to rebuild some modules
This commit is contained in:
parent
ff91306127
commit
e1886bfaf4
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue