mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
minor docstring fix
This commit is contained in:
parent
f0fedf6ab8
commit
f16bd9a9a8
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class QueryOp(Generic[T]):
|
|||
to a frozen UI
|
||||
|
||||
Be careful not to call any UI routines in `op`, as that may crash Qt.
|
||||
This includes things select .selectedCards() in the browse screen.
|
||||
This includes things like .selectedCards() in the browse screen.
|
||||
|
||||
`success` will be called with the return value of op().
|
||||
|
||||
|
|
Loading…
Reference in a new issue