Commit e27403b7 authored by Gregory P. Smith's avatar Gregory P. Smith

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

not have a math vocabulary.
parent 84d9fe39
...@@ -3828,7 +3828,7 @@ The constructors for both classes work the same: ...@@ -3828,7 +3828,7 @@ The constructors for both classes work the same:
.. describe:: len(s) .. describe:: len(s)
Return the cardinality of set *s*. Return the number of elements in set *s* (cardinality of *s*).
.. describe:: x in s .. describe:: x in s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment