Skip to content

Commit 413caa2

Browse files
committed
typo
1 parent ed822fc commit 413caa2

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
@@ -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 V the number edges (which may be quadratic in V!).
307+
# number of nodes and E the number edges (which may be quadratic in V!).
308308
# It requires care to ensure these bounds are met.

0 commit comments

Comments
 (0)