summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-29 04:36:09 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-03-29 04:36:09 (GMT)
commita19a168cccbc61b2a002475dd3b966b50983003e (patch)
treeb1cd5ae6e193619ac8fecc99652813304a4873f0 /Lib/socket.py
parent301ab7f2d0ae11087512ef3a36beaf4edc3efa0a (diff)
downloadcpython-a19a168cccbc61b2a002475dd3b966b50983003e.zip
cpython-a19a168cccbc61b2a002475dd3b966b50983003e.tar.gz
cpython-a19a168cccbc61b2a002475dd3b966b50983003e.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/socket.py')
-rw-r--r--Lib/socket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/socket.py b/Lib/socket.py
index 7cd7889..d0f0911 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -63,7 +63,7 @@ if (sys.platform.lower().startswith("win")
def ssl(sock, keyfile=None, certfile=None):
if hasattr(sock, "_sock"):
sock = sock._sock
- return _realsslcall(sock, keyfile, certfile)
+ return _realsslcall(sock, keyfile, certfile)
# WSA error codes