diff --git a/qt/aqt/clayout.py b/qt/aqt/clayout.py index e10a7dcd6..1919afa98 100644 --- a/qt/aqt/clayout.py +++ b/qt/aqt/clayout.py @@ -571,7 +571,7 @@ class CardLayout(QDialog): hadHR = origLen != len(txt) def answerRepl(match: Match) -> str: - res = self.mw.reviewer.correct("exomple", "an example") + res = self.mw.reviewer.correct("example", "sample") if hadHR: res = f"
{res}" return res @@ -579,7 +579,7 @@ class CardLayout(QDialog): repl: Union[str, Callable] if type == "q": - repl = "" + repl = "" repl = f"
{repl}
" else: repl = answerRepl