Skip to content

Commit eaae575

Browse files
committed
gh-137197: Fix capitalization in docs
1 parent 11b760e commit eaae575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ to speed up repeated connections from the same clients.
16941694
:class:`SSLError` will be raised.
16951695

16961696
.. note::
1697-
when connected, the :meth:`SSLSocket.cipher` method of SSL sockets will
1697+
When connected, the :meth:`SSLSocket.cipher` method of SSL sockets will
16981698
return details about the negotiated cipher.
16991699

17001700
.. method:: SSLContext.set_ciphersuites(ciphersuites)
@@ -1706,7 +1706,7 @@ to speed up repeated connections from the same clients.
17061706
use of all the specified ciphers), an :class:`SSLError` will be raised.
17071707

17081708
.. note::
1709-
when connected, the :meth:`SSLSocket.cipher` method of SSL sockets will
1709+
When connected, the :meth:`SSLSocket.cipher` method of SSL sockets will
17101710
return details about the negotiated cipher.
17111711

17121712
.. method:: SSLContext.set_groups(groups)

0 commit comments

Comments
 (0)