minor docstring fix

This commit is contained in:
Damien Elmes 2021-11-25 08:57:33 +10:00
parent f0fedf6ab8
commit f16bd9a9a8

View File

@ -150,7 +150,7 @@ class QueryOp(Generic[T]):
to a frozen UI to a frozen UI
Be careful not to call any UI routines in `op`, as that may crash Qt. 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(). `success` will be called with the return value of op().