[Python-checkins] cpython: Fix typo

antoine.pitrou python-checkins at python.org
Fri Oct 28 00:05:12 CEST 2011


http://hg.python.org/cpython/rev/0d5f17872e06
changeset:   73152:0d5f17872e06
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Oct 28 00:01:03 2011 +0200
summary:
  Fix typo

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -96,7 +96,7 @@
 .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list