Browse Source

merge 3.2 (#14717)

pull/2332/head
Benjamin Peterson 14 years ago
parent
commit
9cd8853d45
  1. 2
      Objects/genobject.c

2
Objects/genobject.c

@ -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…
Cancel
Save