projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e753d6b
)
Don't abbreviate multiprocessing.Queue in hacking.txt
author
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 23:44:21 +0000
(19:44 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 12 May 2010 23:44:21 +0000
(19:44 -0400)
doc/hacking.txt
patch
|
blob
|
history
diff --git
a/doc/hacking.txt
b/doc/hacking.txt
index 70f85e8fd2eeb690f2ef6b56a223b84776fdb815..62919e110820c56409c0e83e768c548748e20e49 100644
(file)
--- 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