summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-09 23:59:13 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-09 23:59:13 +0000
commitc8d1f19082a1f89125189678b4394089a3d8dd31 (patch)
tree6caabe46a8bd8f887ae1ef447f2705a321e5e5c5
parentRemove --nocolor since it's been replaced by --color=n and the support code (diff)
downloadportage-multirepo-c8d1f19082a1f89125189678b4394089a3d8dd31.tar.gz
portage-multirepo-c8d1f19082a1f89125189678b4394089a3d8dd31.tar.bz2
portage-multirepo-c8d1f19082a1f89125189678b4394089a3d8dd31.zip
Fix typo in docstring.
svn path=/main/trunk/; revision=13309
-rw-r--r--pym/portage/eclass_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/eclass_cache.py b/pym/portage/eclass_cache.py
index 15602fc0..8f80ec53 100644
--- 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 and eclases from this instance
+ from the other instance to override any eclasses from this instance
that have the same name.
"""
if not isinstance(other, self.__class__):