From 917d4486a46eedd768c0dba656ae9e61fbe2d54a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 29 Jan 2010 18:52:20 +0000 Subject: [PATCH] Fix typo in docstring. (trunk r15213) svn path=/main/branches/2.1.7/; revision=15264 --- pym/portage/dep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- 2.26.2