Kaydet (Commit) deffc0be authored tarafından Gregory P. Smith's avatar Gregory P. Smith

issue26484 - fix the broken table in the doc about len().

üst 79f657c6
......@@ -76,7 +76,7 @@ operations:
+-------------------------------+------------+---------------------------------+
| Operation | Equivalent | Result |
+===============================+============+=================================+
| ``len(s)`` | | number of elements in set *s*
| ``len(s)`` | | number of elements in set *s* |
| | | (cardinality) |
+-------------------------------+------------+---------------------------------+
| ``x in s`` | | test *x* for membership 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