summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/structures.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-07 04:27:15 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-07-07 04:27:15 (GMT)
commit5c676f67d135bd09999ca4160c34be1f39051840 (patch)
tree593cae30376bdc72f36fd33e543b68180fb5c7ab /Doc/c-api/structures.rst
parentebbdb7d3d76d18b45c688b4a67811cd6701f82df (diff)
downloadcpython-5c676f67d135bd09999ca4160c34be1f39051840.zip
cpython-5c676f67d135bd09999ca4160c34be1f39051840.tar.gz
cpython-5c676f67d135bd09999ca4160c34be1f39051840.tar.bz2
Fix suspicious markup
Diffstat (limited to 'Doc/c-api/structures.rst')
-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