remove extra definite article

This commit is contained in:
Benjamin Peterson 2015-01-11 15:22:07 -05:00
parent dc3eaa80d4
commit c114e7db60
1 changed files with 2 additions and 2 deletions

View File

@ -573,8 +573,8 @@ class SSLObject:
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()