Skip to content

Commit 7dad04b

Browse files
authored
Fix Windows build script name (python.bat->build.bat) (#865)
1 parent 8bec479 commit 7dad04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ Verbose mode
873873
~~~~~~~~~~~~
874874

875875
When Python is compiled in debug mode (by adding ``--with-pydebug`` when running the configure step in Linux or by
876-
adding ``-d`` when calling the :file:`PCbuild/python.bat` script in Windows), it is possible to activate a **very** verbose
876+
adding ``-d`` when calling the :file:`PCbuild/build.bat` script in Windows), it is possible to activate a **very** verbose
877877
mode in the generated parser. This is very useful to debug the generated parser and to understand how it works, but it
878878
can be a bit hard to understand at first.
879879

0 commit comments

Comments
 (0)