We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python.bat
build.bat
1 parent 8bec479 commit 7dad04bCopy full SHA for 7dad04b
parser.rst
@@ -873,7 +873,7 @@ Verbose mode
873
~~~~~~~~~~~~
874
875
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
+adding ``-d`` when calling the :file:`PCbuild/build.bat` script in Windows), it is possible to activate a **very** verbose
877
mode in the generated parser. This is very useful to debug the generated parser and to understand how it works, but it
878
can be a bit hard to understand at first.
879
0 commit comments