Skip to content

Commit 0e96e4b

Browse files
committed
fix doctest for nauty 2.8.8
1 parent f10820f commit 0e96e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def nauty_genbg(self, options="", debug=False):
11301130
sage: list(graphs.nauty_genbg("-c1 2", debug=True))
11311131
['>E Usage: ...genbg [-c -ugs -vq -lzF] [-Z#] [-D#] [-A] [-d#|-d#:#] [-D#|-D#:#] n1 n2...
11321132
sage: list(graphs.nauty_genbg("-c 1 2", debug=True))
1133-
['>A ...genbg n=1+2 e=2:2 d=1:1 D=2:1 c\n', Bipartite graph on 3 vertices]
1133+
['>A ...genbg n=1+2 e=2:2 d=1:1 D=2:1 c...\n', Bipartite graph on 3 vertices]
11341134
11351135
We must have n1=1..24, n2=0..32 and n1+n2=1..32 (:trac:`34179`)::
11361136

0 commit comments

Comments
 (0)