summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Himmelstein <daniel.himmelstein@gmail.com>2017-08-11 01:45:12 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-08-11 01:45:12 (GMT)
commitdadca480c5b7c5cf425d423316cd695bc5db3023 (patch)
tree77ef9dab7b964d26999030d7b2f49ee79ddb5db9
parent5659a72f487579be76335c09c8ba8b2f1800adde (diff)
downloadcpython-dadca480c5b7c5cf425d423316cd695bc5db3023.zip
cpython-dadca480c5b7c5cf425d423316cd695bc5db3023.tar.gz
cpython-dadca480c5b7c5cf425d423316cd695bc5db3023.tar.bz2
Fix typo in 3.7 What's New (GH-3069)
Remove unneeded word `to`.
-rw-r--r--Doc/whatsnew/3.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 21e9c56..a92ad9f 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -247,7 +247,7 @@ Peterson.)
urllib.parse
------------
-:func:`urllib.parse.quote` has been updated to from RFC 2396 to RFC 3986,
+:func:`urllib.parse.quote` has been updated from RFC 2396 to RFC 3986,
adding `~` to the set of characters that is never quoted by default.
(Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)