]> granicus.if.org Git - python/commitdiff
Typo
authorJesus Cea <jcea@jcea.es>
Mon, 17 Mar 2014 18:22:59 +0000 (19:22 +0100)
committerJesus Cea <jcea@jcea.es>
Mon, 17 Mar 2014 18:22:59 +0000 (19:22 +0100)
Doc/whatsnew/3.4.rst

index 0ee61f395aa0e9653d832f1c39b8243375ee5dab..177208ade919f0188bf622e1a9fe1879f921b24c 100644 (file)
@@ -2350,7 +2350,7 @@ Changes in the Python API
 * :meth:`ssl.SSLSocket.getpeercert` and :meth:`ssl.SSLSocket.do_handshake`
   now raise an :exc:`OSError` with ``ENOTCONN`` when the ``SSLSocket`` is not
   connected, instead of the previous behavior of raising an
-  :exc:`AttributError`.  In addition, :meth:`~ssl.SSLSocket.getpeercert`
+  :exc:`AttributeError`.  In addition, :meth:`~ssl.SSLSocket.getpeercert`
   will raise a :exc:`ValueError` if the handshake has not yet been done.
 
 * :func:`base64.b32decode` now raises a :exc:`binascii.Error` when the