Skip to content

Commit 226a13a

Browse files
committed
gh-137197: Fix typo in documentation
1 parent 547c822 commit 226a13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ to speed up repeated connections from the same clients.
16871687
Set the allowed ciphers for sockets created with this context when
16881688
connecting using TLS 1.2 and earlier. It should be a string in the `OpenSSL
16891689
cipher list format <https://docs.openssl.org/master/man1/ciphers/>`_.
1690-
To set allowed TLS 1.3 ciphers, use :meth:`SSHContext.set_ciphersuites`.
1690+
To set allowed TLS 1.3 ciphers, use :meth:`SSLContext.set_ciphersuites`.
16911691
below. If no cipher can be selected (because compile-time options or other
16921692
configuration forbids use of all the specified ciphers), an
16931693
:class:`SSLError` will be raised.

0 commit comments

Comments
 (0)