Clarify "cardinality of" as "number of elements in" as many readers do
not have a math vocabulary.
This commit is contained in:
commit
b8e5eb31ea
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue