We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d3b58 commit eee880cCopy full SHA for eee880c
1 file changed
Lib/urllib/parse.py
@@ -46,7 +46,7 @@
46
# The empty string classifies URLs with no scheme specified,
47
# being the default value returned by “urlsplit” and “urlparse”.
48
49
-"""SchemeClass is an enum with members. RELATIVE, NETLOC, and PARAMS. These
+"""SchemeClass is an enum with the members RELATIVE, NETLOC, and PARAMS. These
50
describe methods for URL resolution, usually by scheme. These resolution classes
51
determine, namely, whether a scheme supports, respectively, relative addressing,
52
preserving the netloc (domain name), and preserving the parameters."""
0 commit comments