From e02d47a0d9e041a0d74b9740ccc2c2326ec28c7c Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Mon, 20 Jul 2020 06:28:36 +0200 Subject: [PATCH] typo --- pylib/tests/test_schedv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/tests/test_schedv2.py b/pylib/tests/test_schedv2.py index 840df9274..90a05fc68 100644 --- a/pylib/tests/test_schedv2.py +++ b/pylib/tests/test_schedv2.py @@ -395,7 +395,7 @@ def test_reviews(): c = copy.copy(cardcopy) c.lapses = 7 c.flush() - # steup hook + # setup hook hooked = [] def onLeech(card):