Skip to content

Commit 5cc82cc

Browse files
committed
graphs/modular_decomposition: add missing colon after TESTS
1 parent a4f9c4c commit 5cc82cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph_decompositions/modular_decomposition.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ cdef object md_tree_node_to_md_tree(const md_tree_node *n, CGraphBackend Gb):
137137
This function deals with the case of an empty tree and then delegates the
138138
actual conversion to :func:`_md_tree_node_to_md_tree_inner_rec`.
139139
140-
TESTS
140+
TESTS:
141141
142142
Indirect doctests::
143143

0 commit comments

Comments
 (0)