summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-06-13 11:19:16 +0300
committerBerker Peksag <berker.peksag@gmail.com>2015-06-13 11:19:16 +0300
commitb83c514bf5b572b1765a179101aa443056ee8f27 (patch)
tree2a4cbd549d98c05b2633e22240c2933f9daacc83 /Grammar
parent8322b0694539863e7ea66785a7e6d5022ffd284a (diff)
parent192c750f4f1e7108bd3e0be0f4bad04fb87c9842 (diff)
downloadcpython-git-b83c514bf5b572b1765a179101aa443056ee8f27.tar.gz
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Grammar4
1 files changed, 2 insertions, 2 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar
index d129f6219a..86ec43248e 100644
--- a/Grammar/Grammar
+++ b/Grammar/Grammar
@@ -7,8 +7,8 @@
# with someone who can; ask around on python-dev for help. Fred
# Drake <fdrake@acm.org> will probably be listening there.
-# NOTE WELL: You should also follow all the steps listed in PEP 306,
-# "How to Change Python's Grammar"
+# NOTE WELL: You should also follow all the steps listed at
+# https://docs.python.org/devguide/grammar.html
# Start symbols for the grammar:
# single_input is a single interactive statement;