cpython: a67fda8e33b0 (original) (raw)
Mercurial > cpython
changeset 100197:a67fda8e33b0
Clarify "cardinality of" as "number of elements in" as many readers do not have a math vocabulary.
Gregory P. Smith greg@krypto.org | |
---|---|
date | Mon, 08 Feb 2016 09:59:00 -0800 |
parents | 7fa70b7cd16f(current diff)81cb7af9ce10(diff) |
children | f494052eb476 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/stdtypes.rst 2 |
line wrap: on
line diff
--- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -3828,7 +3828,7 @@ The constructors for both classes work t .. describe:: len(s)
Return the cardinality of set *s*.[](#l1.7)
Return the number of elements in set *s* (cardinality of *s*).[](#l1.8)