diff options
author | Guido van Rossum <guido@python.org> | 2002-06-07 02:27:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-06-07 02:27:50 (GMT) |
commit | be8db07ab587c84e1b9b31696585baa4b5220d6e (patch) | |
tree | 535aba32f76157f0243dc2967bbc705e1f5d543a /Modules/socketmodule.h | |
parent | 3eede5ad814adc9e766691916a3fceeba54caf81 (diff) | |
download | cpython-be8db07ab587c84e1b9b31696585baa4b5220d6e.zip cpython-be8db07ab587c84e1b9b31696585baa4b5220d6e.tar.gz cpython-be8db07ab587c84e1b9b31696585baa4b5220d6e.tar.bz2 |
Repair a comment.
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r-- | Modules/socketmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index 4d17f08..0c6cd1b 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", |