mirror of
https://github.com/python/cpython.git
synced 2025-10-27 08:46:53 +00:00
Fix typo
This commit is contained in:
parent
873bf262ad
commit
f3dc2d7afd
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Functions, Constants, and Exceptions
|
|||
.. exception:: SSLEOFError
|
||||
|
||||
A subclass of :exc:`SSLError` raised when the SSL connection has been
|
||||
terminated abrupted. Generally, you shouldn't try to reuse the underlying
|
||||
terminated abruptly. Generally, you shouldn't try to reuse the underlying
|
||||
transport when this error is encountered.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue