commit | a178a69819239b3b1ff7eaf03ec9a24ffd30363b | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Apr 03 21:45:29 2009 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Apr 03 21:45:29 2009 +0000 |
tree | 0270a8a993c8089a5a1ff36d02c3ccc0a37696a8 | |
parent | aa34f5a2ac27333b149f853c1496a3b096710336 [diff] |
Fix 'the the' duplication
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 @@ 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.