mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Delete remaining references to Grammar/Grammar from docs (#21624)
(Ironically, the file itself remains, see https://github.com/we-like-parsers/cpython/issues/135.)
This commit is contained in:
parent
b1a87300a0
commit
508ed2d912
7 changed files with 4 additions and 396 deletions
|
@ -1,7 +1,6 @@
|
|||
# Grammar for Python
|
||||
|
||||
# NOTE WELL: You should also follow all the steps listed at
|
||||
# https://devguide.python.org/grammar/
|
||||
# NOTE: Editing this file has no effect except on the docs.
|
||||
|
||||
# Start symbols for the grammar:
|
||||
# single_input is a single interactive statement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue