From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 26 Apr 2011 20:50:03 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: v2.2.0_alpha31~49 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd6f03e9969b78e2ff881f3da2facfc0a83a2ee1;p=portage.git Fix a typo. --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 43707d286..f2f418114 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1292,7 +1292,7 @@ def action_deselect(settings, trees, opts, atoms): def expand_new_virt(vardb, atom, _traversed=None): """ Iterate over the recursively expanded RDEPEND atoms of - s new-style virtual. If atom is not a new-style virtual + a new-style virtual. If atom is not a new-style virtual or it does not match an installed package then it is yielded without any expansion. """