diff options
author | 2017-08-30 09:37:43 -0700 | |
---|---|---|
committer | 2017-08-30 09:37:43 -0700 | |
commit | 384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch) | |
tree | fee17ecb827c3dcca497b92b61230ef523d73eed /Grammar | |
parent | [Trivial] Remove now redundant assert (#3245) (diff) | |
download | cpython-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/Grammar | 2 |
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; |