summaryrefslogtreecommitdiff
path: root/Grammar
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
parente91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff)
downloadcpython-git-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz
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 59c807ef0c..90582434be 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;