diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py index 78a03ab..a7eda08 100644 --- a/portato/gui/wrapper.py +++ b/portato/gui/wrapper.py @@ -125,7 +125,7 @@ class Tree: @rtype: boolean""" raise NotImplementedError - def is_in_emerge (self, it): + def is_in_update (self, it): """Checks whether an iterator is part of the "Update" section. @param it: the iterator to check |