We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3eaa8 commit c114e7dCopy full SHA for c114e7d
1 file changed
Lib/ssl.py
@@ -573,8 +573,8 @@ def cipher(self):
573
return self._sslobj.cipher()
574
575
def shared_ciphers(self):
576
- """Return the a list of ciphers shared by the client during the
577
- handshake or None if this is not a valid server connection.
+ """Return a list of ciphers shared by the client during the handshake or
+ None if this is not a valid server connection.
578
"""
579
return self._sslobj.shared_ciphers()
580
0 commit comments