summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-04-19 20:50:12 (GMT)
committerLarry Hastings <larry@hastings.org>2015-04-19 20:50:12 (GMT)
commit770ce204ee7e5c69741282c8c8537055e97a62bd (patch)
treeb8fdf467cdf54bb36ee518561a927cf1bc60d971 /Doc/c-api
parent1a084a882b6d201320aa834bfd14e1b9a445c139 (diff)
downloadcpython-770ce204ee7e5c69741282c8c8537055e97a62bd.zip
cpython-770ce204ee7e5c69741282c8c8537055e97a62bd.tar.gz
cpython-770ce204ee7e5c69741282c8c8537055e97a62bd.tar.bz2
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst
index 7f1cc69..b925a61 100644
--- a/Doc/c-api/structures.rst
+++ b/Doc/c-api/structures.rst
@@ -44,7 +44,7 @@ the definition of all other Python objects.
PyObject ob_base;
- See documentation of :c:type::`PyObject` above.
+ See documentation of :c:type:`PyObject` above.
.. c:macro:: PyObject_VAR_HEAD