diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-01-28 05:38:38 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-01-28 05:38:38 +0000 |
commit | 717af58e0855d8c2251ec99129b8c4e892a84257 (patch) | |
tree | a38f1980a6fa5e3e3b05322bb97b2fb74cd19e15 | |
parent | b3222041e0eeca52708b36da8462b09160f48789 (diff) | |
download | portage-717af58e0855d8c2251ec99129b8c4e892a84257.tar.gz portage-717af58e0855d8c2251ec99129b8c4e892a84257.tar.bz2 portage-717af58e0855d8c2251ec99129b8c4e892a84257.zip |
Fix typo in docstring.
svn path=/main/trunk/; revision=15213
-rw-r--r-- | pym/portage/dep.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dep.py b/pym/portage/dep.py index 409bc93de..c241408a5 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 """ |