Whitespace normalization.

This commit is contained in:
Tim Peters 2001-01-15 01:36:40 +00:00
parent 0c9886d589
commit 495ad3c8cc
14 changed files with 695 additions and 695 deletions

View file

@ -4,7 +4,7 @@
"""\
This module provides socket operations and some related functions.
On Unix, it supports IP (Internet Protocol) and Unix domain sockets.
On other systems, it only supports IP. Functions specific for a
On other systems, it only supports IP. Functions specific for a
socket are available as methods of the socket object.
Functions: