diff options
author | Guido van Rossum <guido@python.org> | 2020-07-26 15:27:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 15:27:52 (GMT) |
commit | 508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16 (patch) | |
tree | 655a35e2fc67d605c3115157eef3f7e5fbd22cce /Lib/keyword.py | |
parent | b1a87300a06324c9fc7d6553906ed914489465aa (diff) | |
download | cpython-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.py | 2 |
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 |