summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-28 05:38:38 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-28 05:38:38 +0000
commit717af58e0855d8c2251ec99129b8c4e892a84257 (patch)
treea38f1980a6fa5e3e3b05322bb97b2fb74cd19e15 /pym/portage
parentAdd an Atom.evaluate_conditionals() method and use where appropriate. (diff)
downloadportage-idfetch-717af58e0855d8c2251ec99129b8c4e892a84257.tar.gz
portage-idfetch-717af58e0855d8c2251ec99129b8c4e892a84257.tar.bz2
portage-idfetch-717af58e0855d8c2251ec99129b8c4e892a84257.zip
Fix typo in docstring.
svn path=/main/trunk/; revision=15213
Diffstat (limited to 'pym/portage')
-rw-r--r--pym/portage/dep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dep.py b/pym/portage/dep.py
index 409bc93d..c241408a 100644
--- 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
"""