We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb8bb3 commit 28a965fCopy full SHA for 28a965f
Doc/whatsnew/3.4.rst
@@ -2350,7 +2350,7 @@ Changes in the Python API
2350
* :meth:`ssl.SSLSocket.getpeercert` and :meth:`ssl.SSLSocket.do_handshake`
2351
now raise an :exc:`OSError` with ``ENOTCONN`` when the ``SSLSocket`` is not
2352
connected, instead of the previous behavior of raising an
2353
- :exc:`AttributError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
+ :exc:`AttributeError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
2354
will raise a :exc:`ValueError` if the handshake has not yet been done.
2355
2356
* :func:`base64.b32decode` now raises a :exc:`binascii.Error` when the
0 commit comments