From c4de410375045efd76ba5c06c82df3244243dd3f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 12 May 2010 19:44:21 -0400 Subject: [PATCH] Don't abbreviate multiprocessing.Queue in hacking.txt --- doc/hacking.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2