From: Zac Medico Date: Thu, 30 Apr 2009 07:02:47 +0000 (-0000) Subject: Fix typo in docstring. (trunk r13309) X-Git-Tag: v2.1.6.12~93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0edb68e37152420bc08a659449e781c5aa5fe22;p=portage.git Fix typo in docstring. (trunk r13309) svn path=/main/branches/2.1.6/; revision=13480 --- diff --git a/pym/portage/eclass_cache.py b/pym/portage/eclass_cache.py index 15602fc02..8f80ec53e 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__):