Don't abbreviate multiprocessing.Queue in hacking.txt
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 23:44:21 +0000 (19:44 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 23:44:21 +0000 (19:44 -0400)
doc/hacking.txt

index 70f85e8fd2eeb690f2ef6b56a223b84776fdb815..62919e110820c56409c0e83e768c548748e20e49 100644 (file)
@@ -49,7 +49,7 @@ and a :class:`~hooke.ui.UserInterface` instance to connect the
 :class:`~hooke.engine.CommandEngine` runs in a subprocess, which
 allows command execution to occur in parallel with
 :class:`~hooke.ui.UserInterface` interaction.  The two processes
-communicate via two :class:`~multiprocessing.Queue`\s.
+communicate via two :class:`multiprocessing.Queue`\s.
 
 There are a number of special classes availiable to structure queue
 communications.  See :mod:`~hooke.interaction` and