diff options
-rw-r--r-- | pym/_emerge/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |