mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix typo in 3.7 What's New (GH-3069)
Remove unneeded word `to`.
This commit is contained in:
parent
5659a72f48
commit
dadca480c5
1 changed files with 1 additions and 1 deletions
|
@ -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`.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue