Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cd8853

Browse files
committed
merge 3.2 (#14717)
2 parents b63f49f + ab3da29 commit 9cd8853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/genobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ _PyGen_Send(PyGenObject *gen, PyObject *arg)
137137
}
138138

139139
PyDoc_STRVAR(close_doc,
140-
"close(arg) -> raise GeneratorExit inside generator.");
140+
"close() -> raise GeneratorExit inside generator.");
141141

142142
/*
143143
* This helper function is used by gen_close and gen_throw to

0 commit comments

Comments
 (0)