From deffc0be4b9ecd006e2be35edf4031f145c8c83f Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 4 Mar 2016 16:32:36 -0800 Subject: issue26484 - fix the broken table in the doc about len(). --- Doc/library/sets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* | -- cgit v0.12