From: Antoine Pitrou Date: Thu, 27 Oct 2011 22:01:03 +0000 (+0200) Subject: Fix typo X-Git-Tag: v3.3.0a1~1049 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3dc2d7afd70e62039a85a693d58fd95efda9e5b;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index f1e58131c705..6651a69c08c4 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