mirror of https://github.com/python/cpython
Clarify "cardinality of" as "number of elements in" as many readers do
not have a math vocabulary.
This commit is contained in:
parent
84d9fe3953
commit
e27403b75f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue