diff options
author | Marc-André Lemburg <mal@egenix.com> | 2002-02-16 18:47:07 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2002-02-16 18:47:07 (GMT) |
commit | 976ade691ceef24b167c7617b50c0bd9b176e594 (patch) | |
tree | 6d29e951d08f3ecf6b5ce7b36e353e58ba434b46 /Modules/socketmodule.c | |
parent | bb8b78b77af4de1a9804773b6f64363e6210bb28 (diff) | |
download | cpython-976ade691ceef24b167c7617b50c0bd9b176e594.zip cpython-976ade691ceef24b167c7617b50c0bd9b176e594.tar.gz cpython-976ade691ceef24b167c7617b50c0bd9b176e594.tar.bz2 |
Also fix the comment.
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 54d0c4a..9648ba0 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -131,7 +131,7 @@ Socket methods: #include <sys/types.h> #include <signal.h> -/* Generic _socket.h definitions and includes */ +/* Generic socket object definitions and includes */ #define PySocket_BUILDING_SOCKET #include "socketmodule.h" |