Skip to content

Commit 28a965f

Browse files
committed
Typo
1 parent bdb8bb3 commit 28a965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ Changes in the Python API
23502350
* :meth:`ssl.SSLSocket.getpeercert` and :meth:`ssl.SSLSocket.do_handshake`
23512351
now raise an :exc:`OSError` with ``ENOTCONN`` when the ``SSLSocket`` is not
23522352
connected, instead of the previous behavior of raising an
2353-
:exc:`AttributError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
2353+
:exc:`AttributeError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
23542354
will raise a :exc:`ValueError` if the handshake has not yet been done.
23552355

23562356
* :func:`base64.b32decode` now raises a :exc:`binascii.Error` when the

0 commit comments

Comments
 (0)