commit | e27403b75f4cae15650292d6735b917fed3e9a8f | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Mon Feb 08 09:58:40 2016 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Feb 08 09:58:40 2016 -0800 |
tree | 11bd653fa83f28cb8ea1ac19c05d9e32486887e6 | |
parent | 84d9fe39539bfda4d3b5298ab244af972b3766ce [diff] |
Clarify "cardinality of" as "number of elements in" as many readers do not have a math vocabulary.
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 774b0c6..e491fd2 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst
@@ -3828,7 +3828,7 @@ .. describe:: len(s) - Return the cardinality of set *s*. + Return the number of elements in set *s* (cardinality of *s*). .. describe:: x in s