This commit is contained in:
Benjamin Peterson 2012-05-03 18:44:33 -04:00
commit 9cd8853d45
1 changed files with 1 additions and 1 deletions

View File

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