diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 19fa2f55a..eb74ecb13 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -434,7 +434,7 @@ Please run Tools>Empty Cards""") return txt matches = [noHint(txt) for txt in matches] if len(matches) > 1: - txt = ", ".join(matches) + txt = ", ".join(list(set(matches))) else: txt = matches[0] return txt