Kaydet (Commit) 9cd8853d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.2 (#14717)

......@@ -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