]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Repair a comment.
authorGuido van Rossum <guido@python.org>
Fri, 7 Jun 2002 02:27:50 +0000 (02:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Jun 2002 02:27:50 +0000 (02:27 +0000)
Modules/socketmodule.h

index 4d17f08c7f1aab32d37a603a55467d54f1cc06f1..0c6cd1b1ec334ce5298bb87befadc4d88e7ffd1d 100644 (file)
@@ -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",