Skip to content

Commit a22ce74

Browse files
committed
#39269: fix indentation
1 parent ba23586 commit a22ce74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/graphs/digraph_generators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,8 +1843,8 @@ def __call__(self, vertices=None, property=lambda x: True, augment='edges',
18431843
which case returned graphs are always copies.
18441844
18451845
- ``immutable`` -- boolean (default: ``False``); whether to return
1846-
immutable or mutable digraphs. When set to ``True``, this parameter
1847-
implies ``copy=True``.
1846+
immutable or mutable digraphs. When set to ``True``, this parameter
1847+
implies ``copy=True``.
18481848
18491849
EXAMPLES:
18501850

0 commit comments

Comments
 (0)