summaryrefslogtreecommitdiff
path: root/Doc/c-api/init.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-13 09:17:24 -0500
committerBenjamin Peterson <benjamin@python.org>2015-01-13 09:17:24 -0500
commitf13a88399f22ed55a0085c76971bda507f4bbca6 (patch)
treeef3ae75c285041035acc5e7db290e4de625bcd6c /Doc/c-api/init.rst
parent47f98453c4e9c44283e1c2aa791e2abd96c42a9c (diff)
downloadcpython-f13a88399f22ed55a0085c76971bda507f4bbca6.tar.gz
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r--Doc/c-api/init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index eb542de4d8..4d358ca757 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -1182,7 +1182,7 @@ These functions are only intended to be used by advanced debugging tools.
.. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
- Return the a pointer to the first :c:type:`PyThreadState` object in the list of
+ Return the pointer to the first :c:type:`PyThreadState` object in the list of
threads associated with the interpreter *interp*.