]> granicus.if.org Git - python/commitdiff
remove extra definite article
authorBenjamin Peterson <benjamin@python.org>
Sun, 11 Jan 2015 20:22:07 +0000 (15:22 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 11 Jan 2015 20:22:07 +0000 (15:22 -0500)
Lib/ssl.py

index 386702b55778f87ea8a1e6ace5608e8523415276..39019f9b1344616bfce1fb65f0971af9483493fa 100644 (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()