summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gap/subgroupladders.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/gap/subgroupladders.gd b/gap/subgroupladders.gd
index 17637c9..59b9325 100644
--- a/gap/subgroupladders.gd
+++ b/gap/subgroupladders.gd
@@ -9,7 +9,7 @@
#! @Description
#! Given a list of lists <A>part</A> of positive integers, this will compute
-#! the Young #! subgroup corresponding to this partition.
+#! the Young subgroup corresponding to this partition.
#! @Returns a group
#! @Arguments part
DeclareGlobalFunction( "YoungGroupFromPartition" );