From 85cd470d779a07f2d40f674dc50b187b15a7abb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Hu=C5=A1ek?= <husek@iuuk.mff.cuni.cz> Date: Sat, 4 May 2019 11:11:52 +0200 Subject: [PATCH] graph_list: fix a few typos --- graph_list.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graph_list.py b/graph_list.py index ed6ef0b..3cf9a64 100644 --- a/graph_list.py +++ b/graph_list.py @@ -5,7 +5,7 @@ def cube_4y(): """The 2 nonisomorphic subdivisions of cube which are Z_4- but not Z_2^2-connected. - There is no subdivison of cube with the group connectivity the other way + There is no subdivison of the cube with the group connectivity the other way around. """ @@ -17,7 +17,7 @@ def cube_4y(): def graphs10_4y(): """List graphs which are Z_4- but not Z_2^2-connected. - It contains 35 nonisomorphic graphs on 15 verices (3-fold + It contains 35 nonisomorphic graphs on 13 vertices (3-fold subdivisons of 10-vertex cubic graphs) encoded as graph6 strings. """ @@ -37,7 +37,7 @@ def graphs10_4y(): def graphs12_4n(): """List graphs which are Z_2^2- but not Z_4-connected. - It contains 7 nonisomorphic graphs on 15 verices (3-fold + It contains 7 nonisomorphic graphs on 15 vertices (3-fold subdivisons of 12-vertex cubic graphs) encoded as graph6 strings. """ @@ -56,7 +56,7 @@ def graphs12_4n(): def graphs12_4y(): """List graphs which are Z_4- but not Z_2^2-connected. - It contains 619 nonisomorphic graphs on 15 verices (3-fold + It contains 619 nonisomorphic graphs on 15 vertices (3-fold subdivisons of 12-vertex cubic graphs) encoded as graph6 strings. """ -- GitLab