Skip to content

Commit 0dcd557

Browse files
committed
Fix formatting in documentation of connected_subgraph_iterator
1 parent ed93eda commit 0dcd557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/graphs/base/static_dense_graph.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ def connected_subgraph_iterator(G, k=None, bint vertices_only=False,
785785
This parameter can be set to ``False`` for simple (di)graphs only.
786786
787787
- ``exactly_k`` -- boolean (default: ``False``); ``True`` if we only
788-
return graphs of order ``k``, ``False`` if we return graphs of order
789-
at most ``k``.
788+
return graphs of order `k`, ``False`` if we return graphs of order
789+
at most `k`.
790790
791791
EXAMPLES::
792792

0 commit comments

Comments
 (0)