Clarify "cardinality of" as "number of elements in" as many readers do

not have a math vocabulary.
This commit is contained in:
Gregory P. Smith 2016-02-08 09:58:40 -08:00
parent 84d9fe3953
commit e27403b75f
1 changed files with 1 additions and 1 deletions

View File

@ -3828,7 +3828,7 @@ The constructors for both classes work the same:
.. describe:: len(s)
Return the cardinality of set *s*.
Return the number of elements in set *s* (cardinality of *s*).
.. describe:: x in s