mirror of https://github.com/python/cpython
merge 3.2 (#14717)
This commit is contained in:
commit
9cd8853d45
|
@ -137,7 +137,7 @@ _PyGen_Send(PyGenObject *gen, PyObject *arg)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(close_doc,
|
||||
"close(arg) -> raise GeneratorExit inside generator.");
|
||||
"close() -> raise GeneratorExit inside generator.");
|
||||
|
||||
/*
|
||||
* This helper function is used by gen_close and gen_throw to
|
||||
|
|
Loading…
Reference in New Issue