aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2020-07-26 08:27:52 -0700
committerGitHub <noreply@github.com>2020-07-26 08:27:52 -0700
commit508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16 (patch)
tree655a35e2fc67d605c3115157eef3f7e5fbd22cce /Tools
parentbpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) (diff)
downloadcpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.tar.gz
cpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.tar.bz2
cpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.zip
Delete remaining references to Grammar/Grammar from docs (#21624)
(Ironically, the file itself remains, see https://github.com/we-like-parsers/cpython/issues/135.)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/peg_generator/pegen/keywordgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/peg_generator/pegen/keywordgen.py b/Tools/peg_generator/pegen/keywordgen.py
index 53638b17e61..2937ddb512a 100644
--- a/Tools/peg_generator/pegen/keywordgen.py
+++ b/Tools/peg_generator/pegen/keywordgen.py
@@ -14,7 +14,7 @@ To update the symbols in this file, 'cd' to the top directory of
the python source tree and run:
PYTHONPATH=Tools/peg_generator python3 -m pegen.keywordgen \
- Grammar/Grammar \
+ Grammar/python.gram \
Grammar/Tokens \
Lib/keyword.py