From: Benjamin Peterson Date: Sun, 11 Jan 2015 20:22:07 +0000 (-0500) Subject: remove extra definite article X-Git-Tag: v3.5.0a1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c114e7db60825dc8dcdfda0f26131cdf69158037;p=python remove extra definite article --- diff --git a/Lib/ssl.py b/Lib/ssl.py index 386702b557..39019f9b13 100644 --- a/Lib/ssl.py +++ b/Lib/ssl.py @@ -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()