We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed822fc commit 413caa2Copy full SHA for 413caa2
Lib/graphlib.py
@@ -304,5 +304,5 @@ def static_order(self):
304
# version.
305
#
306
# 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!).
+# number of nodes and E the number edges (which may be quadratic in V!).
308
# It requires care to ensure these bounds are met.
0 commit comments