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:
Guido van Rossum 2020-07-26 08:27:52 -07:00 committed by GitHub
parent b1a87300a0
commit 508ed2d912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 396 deletions

View file

@ -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;