mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
typo
This commit is contained in:
parent
0449785b7a
commit
e02d47a0d9
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ def test_reviews():
|
||||||
c = copy.copy(cardcopy)
|
c = copy.copy(cardcopy)
|
||||||
c.lapses = 7
|
c.lapses = 7
|
||||||
c.flush()
|
c.flush()
|
||||||
# steup hook
|
# setup hook
|
||||||
hooked = []
|
hooked = []
|
||||||
|
|
||||||
def onLeech(card):
|
def onLeech(card):
|
||||||
|
|
Loading…
Reference in a new issue