projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7702f
)
Fix typo.
v2.2_rc5
author
Zac Medico
<zmedico@gentoo.org>
Wed, 30 Jul 2008 09:21:27 +0000
(09:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 30 Jul 2008 09:21:27 +0000
(09:21 -0000)
svn path=/main/trunk/; revision=11284
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 659cee0582a34955cf4beb39f92a18bf05a82746..e51f0c12e51223972cbd3c30f145074d74bfffa9 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-8170,7
+8170,7
@@
class SequentialTaskQueue(SlotObject):
def _task_exit(self, task):
"""
- Since we can always rely on exi
st listeners being called,
set of
+ Since we can always rely on exi
t listeners being called, the
set of
running tasks is always pruned automatically and there is never any need
to actively prune it.
"""