From: Zac Medico Date: Thu, 28 Jan 2010 05:38:38 +0000 (-0000) Subject: Fix typo in docstring. X-Git-Tag: v2.2_rc62~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=717af58e0855d8c2251ec99129b8c4e892a84257;p=portage.git Fix typo in docstring. svn path=/main/trunk/; revision=15213 --- 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 """