Skip to content

Commit b3b634c

Browse files
committed
remove trailing whitespace
1 parent 48482bd commit b3b634c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/generic_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23068,7 +23068,7 @@ def relabel(self, perm=None, inplace=True, return_map=False, check_input=True, c
2306823068
sage: # needs sage.groups
2306923069
sage: C5 = graphs.CycleGraph(5)
2307023070
sage: C5.relabel({u: str(u) for u in C5}, inplace=True)
23071-
sage: ar = C5.automorphism_group().random_element()
23071+
sage: ar = C5.automorphism_group().random_element()
2307223072
sage: R = C5.relabel(ar, inplace=False)
2307323073
sage: perm = C5.is_isomorphic(R, certificate=True)[1]
2307423074
sage: perm == {u: ar(u) for u in C5}

0 commit comments

Comments
 (0)