summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlli Kehrle <ulli.kehrle@rwth-aachen.de>2018-11-08 12:19:34 +0100
committerUlli Kehrle <ulli.kehrle@rwth-aachen.de>2018-11-08 12:19:34 +0100
commitc6d6742b3eaef6370e47a4cc7e329ec5c734aacc (patch)
treec8218142192173dcfdfb5f6e49338773a682f069
parent4275f6e55ea417336f3dec53848d5bbca812f409 (diff)
downloadsubgroup-ladders-c6d6742b3eaef6370e47a4cc7e329ec5c734aacc.tar.gz
subgroup-ladders-c6d6742b3eaef6370e47a4cc7e329ec5c734aacc.tar.xz
documentation: fix typ
-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" );