From: Guido van Rossum Date: Fri, 7 Jun 2002 02:27:50 +0000 (+0000) Subject: Repair a comment. X-Git-Tag: v2.3c1~5429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be8db07ab587c84e1b9b31696585baa4b5220d6e;p=thirdparty%2FPython%2Fcpython.git Repair a comment. --- diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index 4d17f08c7f1a..0c6cd1b1ec33 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -156,7 +156,7 @@ typedef struct { /* --- C API ----------------------------------------------------*/ /* Interfacestructure to C API for other modules. - Call PySocket_ImportModuleAPI() to initialize this + Call PySocketModule_ImportModuleAndAPI() to initialize this structure. After that usage is simple: if (!PyArg_ParseTuple(args, "O!|zz:ssl",