summaryrefslogtreecommitdiffstats
path: root/Lib/keyword.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2020-07-26 15:27:52 (GMT)
committerGitHub <noreply@github.com>2020-07-26 15:27:52 (GMT)
commit508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16 (patch)
tree655a35e2fc67d605c3115157eef3f7e5fbd22cce /Lib/keyword.py
parentb1a87300a06324c9fc7d6553906ed914489465aa (diff)
downloadcpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.zip
cpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.tar.gz
cpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.tar.bz2
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 'Lib/keyword.py')
-rw-r--r--Lib/keyword.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/keyword.py b/Lib/keyword.py
index ccc9515..3186171 100644
--- a/Lib/keyword.py
+++ b/Lib/keyword.py
@@ -6,7 +6,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