Commit 309473cb authored by Felix Yan's avatar Felix Yan

Fix a typo: compatability -> compatibility

parent 4d85f51e
...@@ -431,6 +431,6 @@ def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None): ...@@ -431,6 +431,6 @@ def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None):
def sslwrap_simple(sock, keyfile=None, certfile=None): def sslwrap_simple(sock, keyfile=None, certfile=None):
"""A replacement for the old socket.ssl function. Designed """A replacement for the old socket.ssl function. Designed
for compatability with Python 2.5 and earlier. Will disappear in for compatibility with Python 2.5 and earlier. Will disappear in
Python 3.0.""" Python 3.0."""
return SSLSocket(sock, keyfile, certfile) return SSLSocket(sock, keyfile, certfile)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment