diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-27 22:01:03 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-27 22:01:03 (GMT) |
commit | f3dc2d7afd70e62039a85a693d58fd95efda9e5b (patch) | |
tree | d52ce283013383f2f5b49188ca37c7bb908a35c7 /Doc | |
parent | 873bf262ad834cd9465f4fdaca1959e9bf0588f1 (diff) | |
download | cpython-f3dc2d7afd70e62039a85a693d58fd95efda9e5b.zip cpython-f3dc2d7afd70e62039a85a693d58fd95efda9e5b.tar.gz cpython-f3dc2d7afd70e62039a85a693d58fd95efda9e5b.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f1e5813..6651a69 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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 |