From a3befc2aa54b8ce8ca8957f23551186b1bfb3cb0 Mon Sep 17 00:00:00 2001 From: Sergio Siccha Date: Mon, 24 Jun 2019 13:53:10 +0200 Subject: [PATCH] Improve doc of `DirectProductFamily` Co-Authored-By: Max Horn --- lib/tuples.gd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/tuples.gd b/lib/tuples.gd index 822840457c..f2d25edd3a 100644 --- a/lib/tuples.gd +++ b/lib/tuples.gd @@ -198,11 +198,11 @@ DeclareOperation( "DirectProductElementNC", ## objects ## whose i-th component is in ElementsFamily(args[i]). ##

-## Note that a collection in fam must thus not necessarily be a -## direct product. +## Note that a collection in fam may not itself be a +## direct product; it just is a subcollection of a direct product. ## Also note that not all direct products in ⪆ are created via these -## families. For example the elements of a permutation group created via -## are not +## families. For example if the arguments to are permutation groups, +## then it returns a permutation group as well, whose elements are not ## objects. ##

##