Skip to content

Commit 2e2c3cc

Browse files
committed
typo
1 parent 5d2bdb4 commit 2e2c3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/graphlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _find_cycle(self):
227227
while stack:
228228
try:
229229
node = itstack[-1]()
230-
break # resume at top ot "while Tree:"
230+
break # resume at top ot "while True:"
231231
except StopIteration:
232232
# no more successors; pop the stack
233233
# and continue looking up

0 commit comments

Comments
 (0)