]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Wed, 22 Mar 2006 03:23:21 +0000 (03:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 22 Mar 2006 03:23:21 +0000 (03:23 +0000)
Lib/socket.py

index 7e49192b4186bf08ae15e060a896d10a51922b7a..73b477dccd9b8d30936230c57d3222a94e2e1953 100644 (file)
@@ -182,7 +182,7 @@ class _socketobject(object):
         Return a regular file object corresponding to the socket.  The mode
         and bufsize arguments are as for the built-in open() function."""
         return _fileobject(self._sock, mode, bufsize)
-    
+
     family = property(lambda self: self._sock.family, doc="the socket family")
     type = property(lambda self: self._sock.type, doc="the socket type")
     proto = property(lambda self: self._sock.proto, doc="the socket protocol")