projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a613a63
)
Fix typo in docstring. (trunk r15213)
author
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Jan 2010 18:52:20 +0000
(18:52 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Jan 2010 18:52:20 +0000
(18:52 -0000)
svn path=/main/branches/2.1.7/; revision=15264
pym/portage/dep.py
patch
|
blob
|
history
diff --git
a/pym/portage/dep.py
b/pym/portage/dep.py
index 409bc93de6cbf043eb4a5e4f9d9543c3d09e37bc..c241408a58a734383e0ed515d66e556f899f94d1 100644
(file)
--- a/
pym/portage/dep.py
+++ b/
pym/portage/dep.py
@@
-616,7
+616,7
@@
class Atom(_atom_base):
"""
Create an atom instance with any USE conditionals evaluated.
@param use: The set of enabled USE flags
- @type
other
: set
+ @type
use
: set
@rtype: Atom
@return: an atom instance with any USE conditionals evaluated
"""