Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13480 - main/branches/2.1.6/pym/portage
Date: Thu, 30 Apr 2009 07:02:49
Message-Id: E1LzQIB-0006pb-Qc@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 07:02:47 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13480
4
5 Modified:
6 main/branches/2.1.6/pym/portage/eclass_cache.py
7 Log:
8 Fix typo in docstring. (trunk r13309)
9
10 Modified: main/branches/2.1.6/pym/portage/eclass_cache.py
11 ===================================================================
12 --- main/branches/2.1.6/pym/portage/eclass_cache.py 2009-04-30 07:02:38 UTC (rev 13479)
13 +++ main/branches/2.1.6/pym/portage/eclass_cache.py 2009-04-30 07:02:47 UTC (rev 13480)
14 @@ -48,7 +48,7 @@
15 def append(self, other):
16 """
17 Append another instance to this instance. This will cause eclasses
18 - from the other instance to override and eclases from this instance
19 + from the other instance to override any eclasses from this instance
20 that have the same name.
21 """
22 if not isinstance(other, self.__class__):