Skip to content

Commit 437593a

Browse files
committed
Typo.
1 parent 7dd5e16 commit 437593a

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 True:"
230+
break # resume at top of "while True:"
231231
except StopIteration:
232232
# no more successors; pop the stack
233233
# and continue looking up

0 commit comments

Comments
 (0)