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 /Doc/library/language.rst | |
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 'Doc/library/language.rst')
-rw-r--r-- | Doc/library/language.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/language.rst b/Doc/library/language.rst index 1eac32e..510f064 100644 --- a/Doc/library/language.rst +++ b/Doc/library/language.rst @@ -13,10 +13,8 @@ These modules include: .. toctree:: - parser.rst ast.rst symtable.rst - symbol.rst token.rst keyword.rst tokenize.rst |