aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2020-07-26 08:27:52 -0700
committerGitHub <noreply@github.com>2020-07-26 08:27:52 -0700
commit508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16 (patch)
tree655a35e2fc67d605c3115157eef3f7e5fbd22cce /Grammar
parentbpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) (diff)
downloadcpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.tar.gz
cpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.tar.bz2
cpython-508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16.zip
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 'Grammar')
-rw-r--r--Grammar/Grammar3
1 files changed, 1 insertions, 2 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar
index 170518af74e..61a26243f88 100644
--- a/Grammar/Grammar
+++ b/Grammar/Grammar
@@ -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;