Skip to content
Merged
Prev Previous commit
Next Next commit
Update Doc/library/urllib.parse.rst
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
orsenthil and serhiy-storchaka authored Apr 29, 2021
commit 4afcf42c94b96d164e03f1e0fd0bbf35bbdd0f67
2 changes: 1 addition & 1 deletion Doc/library/urllib.parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ or on combining URL components into a URL string.
now raise :exc:`ValueError`.

.. versionchanged:: 3.10
ASCII newline and tab characters are stripped from the url.
ASCII newline and tab characters are stripped from the URL.

.. _WHATWG spec: https://url.spec.whatwg.org/#concept-basic-url-parser

Expand Down