mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
remove extra definite article
This commit is contained in:
parent
dc3eaa80d4
commit
c114e7db60
1 changed files with 2 additions and 2 deletions
|
|
@ -573,8 +573,8 @@ def cipher(self):
|
|||
return self._sslobj.cipher()
|
||||
|
||||
def shared_ciphers(self):
|
||||
"""Return the a list of ciphers shared by the client during the
|
||||
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.
|
||||
"""
|
||||
return self._sslobj.shared_ciphers()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue