Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be8db07

Browse files
committed
Repair a comment.
1 parent 3eede5a commit be8db07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/socketmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ typedef struct {
156156
/* --- C API ----------------------------------------------------*/
157157

158158
/* Interfacestructure to C API for other modules.
159-
Call PySocket_ImportModuleAPI() to initialize this
159+
Call PySocketModule_ImportModuleAndAPI() to initialize this
160160
structure. After that usage is simple:
161161
162162
if (!PyArg_ParseTuple(args, "O!|zz:ssl",

0 commit comments

Comments
 (0)