]> granicus.if.org Git - python/commitdiff
issue26484 - fix the broken table in the doc about len().
authorGregory P. Smith <greg@krypto.org>
Sat, 5 Mar 2016 00:32:36 +0000 (16:32 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 5 Mar 2016 00:32:36 +0000 (16:32 -0800)
Doc/library/sets.rst

index a7ae3abdbe37e84cbc545218e6cebf273366032e..6c5e183f410a93adac83f03a1da256976d262471 100644 (file)
@@ -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*  |