mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Repair a comment.
This commit is contained in:
parent
3eede5ad81
commit
be8db07ab5
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ typedef struct {
|
||||||
/* --- C API ----------------------------------------------------*/
|
/* --- C API ----------------------------------------------------*/
|
||||||
|
|
||||||
/* Interfacestructure to C API for other modules.
|
/* 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:
|
structure. After that usage is simple:
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "O!|zz:ssl",
|
if (!PyArg_ParseTuple(args, "O!|zz:ssl",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue