Skip to content

Commit 6b236b3

Browse files
authored
two spaces before #optional tag
1 parent 94e3671 commit 6b236b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph_decompositions/tree_decomposition.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def treewidth(g, k=None, kmin=None, certificate=False, algorithm=None, nice=Fals
621621
Check that :issue:`38159` is fixed ::
622622
623623
sage: G = Graph('I~~}vPlr_')
624-
sage: G.treewidth(algorithm='sage') == G.treewidth(algorithm='tdlib') # optional - tdlib
624+
sage: G.treewidth(algorithm='sage') == G.treewidth(algorithm='tdlib') # optional - tdlib
625625
True
626626
627627
Trivially true::

0 commit comments

Comments
 (0)