Commit 9cd8853d authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.2 (#14717)

parents b63f49f2 ab3da290
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment