From 9905f6efe2804578f9d5d44de09872644a696a00 Mon Sep 17 00:00:00 2001 From: ThomasBreuer Date: Fri, 20 Dec 2024 09:18:57 +0100 Subject: [PATCH] improve the documentation --- src/Groups/libraries/VeraLopez.json | 3 ++- src/Groups/libraries/fewclassesgroups.jl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Groups/libraries/VeraLopez.json b/src/Groups/libraries/VeraLopez.json index 7801ebc7db6..b361ecc4ece 100644 --- a/src/Groups/libraries/VeraLopez.json +++ b/src/Groups/libraries/VeraLopez.json @@ -22,7 +22,8 @@ "- There are 3 not 4 groups of order 100 with 10 classes. ", "- For each of the orders 36, 48, 384, one group with 12 classes was missing. ", "- For order 288, two groups with 14 classes were missing. ", -"" +"(Besides these errors, several structure descriptions in the papers are ", +"wrong, but here we do not care about structure descriptions.)" ],[[ [1,1] ], diff --git a/src/Groups/libraries/fewclassesgroups.jl b/src/Groups/libraries/fewclassesgroups.jl index 2c4b670eaa6..798f0c65e6b 100644 --- a/src/Groups/libraries/fewclassesgroups.jl +++ b/src/Groups/libraries/fewclassesgroups.jl @@ -75,7 +75,8 @@ conjugacy classes. If a type `T` is specified then an attempt is made to return the result with that type. If `T` is omitted then the resulting group will have type `PcGroup` -if it is solvable, otherwise it will be of type `PermGroup`. +if it is a solvable group that belongs to the library of small groups, +otherwise it will be of type `PermGroup`. # Examples ```jldoctest