Fix docstring

This commit is contained in:
Roy Nieterau 2024-03-25 15:24:57 +01:00
parent e735c5dc72
commit 11f5d9d571

View file

@ -508,8 +508,7 @@ class FilterProxyModel(QtCore.QSortFilterProxyModel):
def _is_outdated(self, row, parent):
"""Return whether row is outdated.
A row is considered outdated if it has no "version" or the "isOutdated"
value is True.
A row is considered outdated if `isOutdated` data is true or not set.
"""
def outdated(node):