aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Hewus Fresh <bugzPDX@users.noreply.github.com>2017-08-30 09:37:43 -0700
committerMariatta <Mariatta@users.noreply.github.com>2017-08-30 09:37:43 -0700
commit384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch)
treefee17ecb827c3dcca497b92b61230ef523d73eed /Grammar
parent[Trivial] Remove now redundant assert (#3245) (diff)
downloadcpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz
cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.bz2
cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.zip
bpo-30737: Update DevGuide links to new URL (GH-3228)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Grammar2
1 files changed, 1 insertions, 1 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar
index 59c807ef0c8..90582434bee 100644
--- a/Grammar/Grammar
+++ b/Grammar/Grammar
@@ -1,7 +1,7 @@
# Grammar for Python
# NOTE WELL: You should also follow all the steps listed at
-# https://docs.python.org/devguide/grammar.html
+# https://devguide.python.org/grammar/
# Start symbols for the grammar:
# single_input is a single interactive statement;