mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
Viewport: Fix typo in a comment
This commit is contained in:
parent
8a849db029
commit
087e6f9033
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class ViewPort(object):
|
||||||
|
|
||||||
# Interpret !+DELETED as forcing the +DELETED token (potentionally
|
# Interpret !+DELETED as forcing the +DELETED token (potentionally
|
||||||
# removing the default +DELETED token from the taskfilter).
|
# removing the default +DELETED token from the taskfilter).
|
||||||
# Interpret !-DELETED as forcint the -DELETED token.
|
# Interpret !-DELETED as forcing the -DELETED token.
|
||||||
# Interpret !?DELETED as removing both +DELETED and -DELETED.
|
# Interpret !?DELETED as removing both +DELETED and -DELETED.
|
||||||
|
|
||||||
tokens_to_remove = set()
|
tokens_to_remove = set()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue