]> granicus.if.org Git - python/commitdiff
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 13 Jun 2015 08:18:33 +0000 (11:18 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 13 Jun 2015 08:18:33 +0000 (11:18 +0300)
Grammar/Grammar

index d7aaffd60e1404010695280be705949c13ac04c5..05c3181627dbe07ac79980557f830a35da19f390 100644 (file)
@@ -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;