summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/sets.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sets.rst b/Doc/library/sets.rst
index a7ae3ab..6c5e183 100644
--- a/Doc/library/sets.rst
+++ b/Doc/library/sets.rst
@@ -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* |