]> granicus.if.org Git - python/commitdiff
Fix typo
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 27 Oct 2011 22:01:03 +0000 (00:01 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 27 Oct 2011 22:01:03 +0000 (00:01 +0200)
Doc/library/ssl.rst

index f1e58131c705ddd7fd59cb7d96df4aed9294ca41..6651a69c08c4e5541c8c5e55755e1ea2864ffff0 100644 (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