Fix typo in docstring.
authorZac Medico <zmedico@gentoo.org>
Thu, 9 Apr 2009 23:59:13 +0000 (23:59 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 9 Apr 2009 23:59:13 +0000 (23:59 -0000)
svn path=/main/trunk/; revision=13309

pym/portage/eclass_cache.py

index 15602fc023d2e402e71d5f2c3a935231bea2e17e..8f80ec53e6c39135147123dfe10201806e832b9b 100644 (file)
@@ -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__):