8000 fix bug · codepongo/utocode@4f437e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f437e5

Browse files
committed
fix bug
1 parent 4efc2a0 commit 4f437e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recite/recite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def loop(v, save=True):
105105
unknow()
106106
unknowV.append(w)
107107
continue
108-
if len(unkonwV) == 0:
108+
if len(unknowV) == 0:
109109
return
110110

111111
for u in unknowV:

0 commit comments

Comments
 (0)
0