mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Last round of adapting style of documenting argument default values.
This commit is contained in:
parent
fe99105835
commit
7f01a13e7c
59 changed files with 508 additions and 553 deletions
|
@ -39,7 +39,7 @@ The following exceptions are raised by :mod:`urllib.error` as appropriate:
|
|||
to a value found in the dictionary of codes as found in
|
||||
:attr:`http.server.BaseHTTPRequestHandler.responses`.
|
||||
|
||||
.. exception:: ContentTooShortError(msg[, content])
|
||||
.. exception:: ContentTooShortError(msg, content)
|
||||
|
||||
This exception is raised when the :func:`urlretrieve` function detects that
|
||||
the amount of the downloaded data is less than the expected amount (given by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue