From f16bd9a9a87c0b420a0e6291cba8a827555b9a73 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 25 Nov 2021 08:57:33 +1000 Subject: [PATCH] minor docstring fix --- qt/aqt/operations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/operations/__init__.py b/qt/aqt/operations/__init__.py index c6019abfd..469c10df7 100644 --- a/qt/aqt/operations/__init__.py +++ b/qt/aqt/operations/__init__.py @@ -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().