summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/object.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-24 08:06:18 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-24 08:06:18 (GMT)
commitdf48b97855b378a13d852656d358ca92ecbe4aa3 (patch)
tree3075e47c89a79974038451d9e65cd59c7f533396 /Doc/c-api/object.rst
parent645d3b76559d3c85cc90d2c8787fa6c765327e71 (diff)
downloadcpython-df48b97855b378a13d852656d358ca92ecbe4aa3.zip
cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.tar.gz
cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.tar.bz2
Fix a few scoping issues with versionadded/versionchanged directives.
Diffstat (limited to 'Doc/c-api/object.rst')
-rw-r--r--Doc/c-api/object.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index 509ca3f..3e7c3b6 100644
--- a/Doc/c-api/object.rst
+++ b/Doc/c-api/object.rst
@@ -364,6 +364,7 @@ attribute is considered sufficient for this determination.
.. versionadded:: 3.4
+
.. c:function:: PyObject* PyObject_GetItem(PyObject *o, PyObject *key)
Return element of *o* corresponding to the object *key* or *NULL* on failure.