From 6f3754b84bfbeedcf2103789a82ed91829ef72b2 Mon Sep 17 00:00:00 2001 From: Ivo Maffei Date: Sat, 1 Aug 2020 10:21:04 +0200 Subject: [PATCH] forgot to rename graph --- src/sage/graphs/generators/distance_regular.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/graphs/generators/distance_regular.pyx b/src/sage/graphs/generators/distance_regular.pyx index b97174f14a6..f9bdf055d8c 100644 --- a/src/sage/graphs/generators/distance_regular.pyx +++ b/src/sage/graphs/generators/distance_regular.pyx @@ -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