diff options
author | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2018-11-08 12:19:34 +0100 |
---|---|---|
committer | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2018-11-08 12:19:34 +0100 |
commit | c6d6742b3eaef6370e47a4cc7e329ec5c734aacc (patch) | |
tree | c8218142192173dcfdfb5f6e49338773a682f069 /gap | |
parent | 4275f6e55ea417336f3dec53848d5bbca812f409 (diff) | |
download | subgroup-ladders-c6d6742b3eaef6370e47a4cc7e329ec5c734aacc.tar.gz subgroup-ladders-c6d6742b3eaef6370e47a4cc7e329ec5c734aacc.tar.xz |
documentation: fix typ
Diffstat (limited to 'gap')
-rw-r--r-- | gap/subgroupladders.gd | 2 |
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" ); |