mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge 3.2 (#14717)
This commit is contained in:
commit
9cd8853d45
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue