From 9470f7a21bde04823c8fa421be5de617ff551b2a Mon Sep 17 00:00:00 2001 From: Ulli Kehrle Date: Thu, 8 Nov 2018 12:57:50 +0100 Subject: doc: mention that YoungGroupFromPartition does not checker whether the input is valid. --- gap/subgroupladders.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/gap/subgroupladders.gd b/gap/subgroupladders.gd index b663821..2291eb7 100644 --- a/gap/subgroupladders.gd +++ b/gap/subgroupladders.gd @@ -7,6 +7,7 @@ #! @Description #! Given a list of lists part of positive integers, this will compute #! the Young subgroup corresponding to this partition. +#! This function does not check whether the supplied lists are actually disjoint. #! @Returns a group #! @Arguments part #! @ChapterInfo subgroupladders, subgroupladders -- cgit v1.2.3-24-g4f1b