Commit df774a15 authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #991 from felixonmars/fix-typo

Fix a typo: compatability -> compatibility
[skip ci]
parents 4d85f51e 309473cb
......@@ -431,6 +431,6 @@ def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None):
def sslwrap_simple(sock, keyfile=None, certfile=None):
"""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."""
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