Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15264 - main/branches/2.1.7/pym/portage
Date: Fri, 29 Jan 2010 18:52:35
Message-Id: E1Navx6-0007fP-LR@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-01-29 18:52:20 +0000 (Fri, 29 Jan 2010)
3 New Revision: 15264
4
5 Modified:
6 main/branches/2.1.7/pym/portage/dep.py
7 Log:
8 Fix typo in docstring. (trunk r15213)
9
10 Modified: main/branches/2.1.7/pym/portage/dep.py
11 ===================================================================
12 --- main/branches/2.1.7/pym/portage/dep.py 2010-01-29 18:52:04 UTC (rev 15263)
13 +++ main/branches/2.1.7/pym/portage/dep.py 2010-01-29 18:52:20 UTC (rev 15264)
14 @@ -616,7 +616,7 @@
15 """
16 Create an atom instance with any USE conditionals evaluated.
17 @param use: The set of enabled USE flags
18 - @type other: set
19 + @type use: set
20 @rtype: Atom
21 @return: an atom instance with any USE conditionals evaluated
22 """