Skip to content

Commit dc55e67

Browse files
committed
Merged revisions 77595 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77595 | ezio.melotti | 2010-01-18 11:10:26 +0200 (Mon, 18 Jan 2010) | 1 line #7730: remove spaces after functions names ........
1 parent de50800 commit dc55e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def shutdown(self, how):
304304
self._sslobj = None
305305
socket.shutdown(self, how)
306306

307-
def unwrap (self):
307+
def unwrap(self):
308308
if self._sslobj:
309309
s = self._sslobj.shutdown()
310310
self._sslobj = None

0 commit comments

Comments
 (0)