diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-06 21:29:04 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-06 21:29:04 (GMT) |
commit | 98ceece8f4cd797ec28078b6247529f01549687d (patch) | |
tree | 69bf78ee4a5103639e4653ff12e53f6591c52464 /Grammar | |
parent | 3bad1650a03fdc8cfdd4cce154e1b2c07e3e4fa0 (diff) | |
download | cpython-98ceece8f4cd797ec28078b6247529f01549687d.zip cpython-98ceece8f4cd797ec28078b6247529f01549687d.tar.gz cpython-98ceece8f4cd797ec28078b6247529f01549687d.tar.bz2 |
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
(cherry picked from commit 384899dfaeb83db38a6d3846d3cbc2f58a6605cd)
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 59c807e..9058243 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; |