Skip to content

Commit 53ab330

Browse files
committed
typo
1 parent 413caa2 commit 53ab330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/graphlib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from types import GenericAlias
1+
4from types import GenericAlias
22

33
__all__ = ["TopologicalSorter", "CycleError"]
44

@@ -304,5 +304,5 @@ def static_order(self):
304304
# version.
305305
#
306306
# Worst cases: O(V+E) for time, and O(V) for memory, where V is the
307-
# number of nodes and E the number edges (which may be quadratic in V!).
308-
# It requires care to ensure these bounds are met.
307+
# number of nodes and E the number of edges (which may be quadratic in
308+
# V!). It requires care to ensure these bounds are met.

0 commit comments

Comments
 (0)