From: Zac Medico <zmedico@gentoo.org> Date: Fri, 29 Jan 2010 18:52:20 +0000 (-0000) Subject: Fix typo in docstring. (trunk r15213) X-Git-Tag: v2.1.7.17~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=917d4486a46eedd768c0dba656ae9e61fbe2d54a;p=portage.git Fix typo in docstring. (trunk r15213) svn path=/main/branches/2.1.7/; revision=15264 --- 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 """