Skip to content

Commit eee880c

Browse files
bpo-46337: Fix grammar of doc comment.
1 parent 41d3b58 commit eee880c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/urllib/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# The empty string classifies URLs with no scheme specified,
4747
# being the default value returned by “urlsplit” and “urlparse”.
4848

49-
"""SchemeClass is an enum with members. RELATIVE, NETLOC, and PARAMS. These
49+
"""SchemeClass is an enum with the members RELATIVE, NETLOC, and PARAMS. These
5050
describe methods for URL resolution, usually by scheme. These resolution classes
5151
determine, namely, whether a scheme supports, respectively, relative addressing,
5252
preserving the netloc (domain name), and preserving the parameters."""

0 commit comments

Comments
 (0)