summaryrefslogtreecommitdiff
path: root/Lib/ssl.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-11 15:22:07 -0500
committerBenjamin Peterson <benjamin@python.org>2015-01-11 15:22:07 -0500
commitc114e7db60825dc8dcdfda0f26131cdf69158037 (patch)
tree922f9ad5f54e0e6f1ee05df84eacedb0d35a0c43 /Lib/ssl.py
parentdc3eaa80d493cd23a5589f16a2ead559b0fd376c (diff)
downloadcpython-git-c114e7db60825dc8dcdfda0f26131cdf69158037.tar.gz
remove extra definite article
Diffstat (limited to 'Lib/ssl.py')
-rw-r--r--Lib/ssl.py4
1 files changed, 2 insertions, 2 deletions
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()