projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7f1fa
)
Fix typo in docstring. (trunk r13309)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:02:47 +0000
(07:02 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Apr 2009 07:02:47 +0000
(07:02 -0000)
svn path=/main/branches/2.1.6/; revision=13480
pym/portage/eclass_cache.py
patch
|
blob
|
history
diff --git
a/pym/portage/eclass_cache.py
b/pym/portage/eclass_cache.py
index 15602fc023d2e402e71d5f2c3a935231bea2e17e..8f80ec53e6c39135147123dfe10201806e832b9b 100644
(file)
--- a/
pym/portage/eclass_cache.py
+++ b/
pym/portage/eclass_cache.py
@@
-48,7
+48,7
@@
class cache(object):
def append(self, other):
"""
Append another instance to this instance. This will cause eclasses
- from the other instance to override an
d ecla
ses from this instance
+ from the other instance to override an
y eclas
ses from this instance
that have the same name.
"""
if not isinstance(other, self.__class__):