File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments