From: W. Trevor King Date: Wed, 12 May 2010 23:44:21 +0000 (-0400) Subject: Don't abbreviate multiprocessing.Queue in hacking.txt X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c4de410375045efd76ba5c06c82df3244243dd3f;p=hooke.git Don't abbreviate multiprocessing.Queue in hacking.txt --- diff --git a/doc/hacking.txt b/doc/hacking.txt index 70f85e8..62919e1 100644 --- a/doc/hacking.txt +++ b/doc/hacking.txt @@ -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