mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix docstring
This commit is contained in:
parent
e735c5dc72
commit
11f5d9d571
1 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue