summaryrefslogtreecommitdiffstats
path: root/Objects/genobject.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-05-03 22:44:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-05-03 22:44:33 (GMT)
commit9cd8853d45724ea9d92d50aa866ee201aba6cbdc (patch)
tree4366d2788c0de5ba210f91dfd4fcf848b113a859 /Objects/genobject.c
parentb63f49f2b40807b1822f901c81561bd03ae04bd7 (diff)
parentab3da290fedc48e1d0d2ea6222e067bc2e598ad1 (diff)
downloadcpython-9cd8853d45724ea9d92d50aa866ee201aba6cbdc.zip
cpython-9cd8853d45724ea9d92d50aa866ee201aba6cbdc.tar.gz
cpython-9cd8853d45724ea9d92d50aa866ee201aba6cbdc.tar.bz2
merge 3.2 (#14717)
Diffstat (limited to 'Objects/genobject.c')
-rw-r--r--Objects/genobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/genobject.c b/Objects/genobject.c
index 0fc14db..8c70b5c 100644
--- a/Objects/genobject.c
+++ b/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