mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Merge indentation fixes with 3.3.
This commit is contained in:
commit
d5050b3e17
1 changed files with 20 additions and 19 deletions
|
@ -449,8 +449,9 @@ depending on the system error code.
|
|||
|
||||
.. exception:: ConnectionError
|
||||
|
||||
A base class for connection-related issues. Subclasses are
|
||||
:exc:`BrokenPipeError`, :exc:`ConnectionAbortedError`,
|
||||
A base class for connection-related issues.
|
||||
|
||||
Subclasses are :exc:`BrokenPipeError`, :exc:`ConnectionAbortedError`,
|
||||
:exc:`ConnectionRefusedError` and :exc:`ConnectionResetError`.
|
||||
|
||||
.. exception:: BrokenPipeError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue