This commit is contained in:
Antoine Pitrou 2011-10-28 00:01:03 +02:00
parent 873bf262ad
commit f3dc2d7afd
1 changed files with 1 additions and 1 deletions

View File

@ -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