http://bugs.python.org/review/23684/diff/14992/Doc/library/urllib.parse.rst
File Doc/library/urllib.parse.rst (right):
http://bugs.python.org/review/23684/diff/14992/Doc/library/urllib.parse.rst#n...
Doc/library/urllib.parse.rst:95: | :attr:`scheme` | 0 | URL scheme
specifier | *scheme* argument |
On 2015/06/22 00:01:42, berkerpeksag wrote:
> "argument" looks incorrect to me. Can this be "value of *scheme*", "*scheme*
> parameter" or something else?
Yes “*scheme* parameter” would be good. Originally I though “argument” would be
more correct, but I agree it feels strange when we are not talking about a
concrete value.
Demian suggested “value of *scheme*”, but I though this might sound like the
attribute “scheme” defaults to itself.
Issue 23684: urlparse() documentation does not account for default scheme
Created 4 years, 6 months ago by Martin Panter
Modified 4 years, 5 months ago
Reviewers: berkerpeksag
Base URL: None
Comments: 2