@@ -1022,7 +1022,7 @@ def DeBruijn(self, k, n, vertices='strings', immutable=False):
10221022 (``vertices='string'``)
10231023
10241024 - ``immutable`` -- boolean (default: ``False``); whether to return
1025- an immutable or mutable digraph.
1025+ an immutable or mutable digraph
10261026
10271027 EXAMPLES:
10281028
@@ -1138,10 +1138,10 @@ def GeneralizedDeBruijn(self, n, d, immutable=False, name=None):
11381138 - ``d`` -- integer; degree of the digraph (must be at least one)
11391139
11401140 - ``immutable`` -- boolean (default: ``False``); whether to return
1141- an immutable or mutable digraph.
1141+ an immutable or mutable digraph
11421142
11431143 - ``name`` -- string (default: ``None``); when set, the specified name
1144- is used instead of the default one.
1144+ is used instead of the default one
11451145
11461146 .. SEEALSO::
11471147
@@ -1207,10 +1207,10 @@ def ImaseItoh(self, n, d, immutable=False, name=None):
12071207 equal to one)
12081208
12091209 - ``immutable`` -- boolean (default: ``False``); whether to return
1210- an immutable or mutable digraph.
1210+ an immutable or mutable digraph
12111211
12121212 - ``name`` -- string (default: ``None``); when set, the specified name
1213- is used instead of the default one.
1213+ is used instead of the default one
12141214
12151215 EXAMPLES::
12161216
@@ -1292,7 +1292,7 @@ def Kautz(self, k, D, vertices='strings', immutable=False):
12921292 (``vertices='strings'``)
12931293
12941294 - ``immutable`` -- boolean (default: ``False``); whether to return
1295- an immutable or mutable digraph.
1295+ an immutable or mutable digraph
12961296
12971297 EXAMPLES::
12981298
0 commit comments