Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
forgot to rename graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo-Maffei committed Aug 3, 2020
1 parent 92537c0 commit 6f3754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/distance_regular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def locally_GQ42_distance_transitive_graph():
break

G = Graph(libgap.Orbit(N, [1, 9], libgap.OnSets), format='list_of_edges')
G.name("locally GQ(4,2) graph")
G.name("locally GQ(4,2) distance transitive graph")
return G


Expand Down

0 comments on commit 6f3754b

Please sign in to comment.