Skip to content

Commit 1df22ec

Browse files
committed
Slightly improved wording for % escapes. Consistent with rest of the doc.
1 parent 71c8700 commit 1df22ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.parse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ or on combining URL components into a URL string.
6767
attributes added to the returned object: username, password, hostname, and
6868
port.
6969

70-
% escapes are not decoded.
70+
Percent-encoded sequences are not decoded.
7171

7272
For example:
7373

0 commit comments

Comments
 (0)