Skip to content

Commit c114e7d

Browse files
committed
remove extra definite article
1 parent dc3eaa8 commit c114e7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/ssl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ def cipher(self):
573573
return self._sslobj.cipher()
574574

575575
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.
576+
"""Return a list of ciphers shared by the client during the handshake or
577+
None if this is not a valid server connection.
578578
"""
579579
return self._sslobj.shared_ciphers()
580580

0 commit comments

Comments
 (0)