From e1886bfaf43383d481566b2c6a317f2f7c0b2b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Tue, 29 Nov 2011 16:45:34 +0100 Subject: Fix instructions on how to rebuild some modules --- Lib/token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/token.py') 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 -- cgit v1.2.1