Skip to content

Commit 1c63178

Browse files
committed
#39266: fix default parameter in DeBruijn
1 parent 7b296b7 commit 1c63178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/digraph_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ def Circulant(self, n, integers):
950950

951951
return G
952952

953-
def DeBruijn(self, k, n, vertices='strings', immutable=True):
953+
def DeBruijn(self, k, n, vertices='strings', immutable=False):
954954
r"""
955955
Return the De Bruijn digraph with parameters `k,n`.
956956

0 commit comments

Comments
 (0)