]> granicus.if.org Git - python/commitdiff
Fix typo in 3.7 What's New (GH-3069)
authorDaniel Himmelstein <daniel.himmelstein@gmail.com>
Fri, 11 Aug 2017 01:45:12 +0000 (21:45 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 11 Aug 2017 01:45:12 +0000 (18:45 -0700)
Remove unneeded word `to`.

Doc/whatsnew/3.7.rst

index 21e9c568ae4241901043df892130d012f368d732..a92ad9f1df40078415d9719f6852d854ada90310 100644 (file)
@@ -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`.)