Fix 'the the' duplication

This commit is contained in:
Andrew M. Kuchling 2009-04-03 21:45:29 +00:00
parent aa34f5a2ac
commit a178a69819
8 changed files with 8 additions and 8 deletions

View file

@ -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.