summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-04-03 21:45:29 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-04-03 21:45:29 (GMT)
commita178a69819239b3b1ff7eaf03ec9a24ffd30363b (patch)
tree0270a8a993c8089a5a1ff36d02c3ccc0a37696a8 /Doc/c-api
parentaa34f5a2ac27333b149f853c1496a3b096710336 (diff)
downloadcpython-a178a69819239b3b1ff7eaf03ec9a24ffd30363b.zip
cpython-a178a69819239b3b1ff7eaf03ec9a24ffd30363b.tar.gz
cpython-a178a69819239b3b1ff7eaf03ec9a24ffd30363b.tar.bz2
Fix 'the the' duplication
Diffstat (limited to 'Doc/c-api')
-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 14292cb..6967bd1 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -802,7 +802,7 @@ created.
Asynchronous Notifications
==========================
-A mechanism is provided to make asynchronous notifications to the the main
+A mechanism is provided to make asynchronous notifications to the main
interpreter thread. These notifications take the form of a function
pointer and a void argument.