[Python-Dev] Improving docs for len() of set
Andrew Barnert
abarnert at yahoo.com
Mon Feb 8 11:49:43 EST 2016
More information about the Python-Dev mailing list
Mon Feb 8 11:49:43 EST 2016
- Previous message (by thread): [Python-Dev] Improving docs for len() of set
- Next message (by thread): [Python-Dev] Improving docs for len() of set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Monday, February 8, 2016 8:23 AM, Ben Hoyt <benhoyt at gmail.com> wrote: >Just a suggestion for a documentation tweak. Currently the docs for len() on a set say this: > > .. describe:: len(s)> > Return the cardinality of set *s*. > >I'm a relatively seasoned programmer, but I don't really have a maths background, and I didn't know what "cardinality" meant. I could kind of grok it by context, but could we change this to something like the following? > > .. describe:: len(s) > > Return the number of elements in set *s* (cardinality of *s*). +{{}} (using the normal von Neumann definitions for 0={} and Succ(n) = n U {n})
- Previous message (by thread): [Python-Dev] Improving docs for len() of set
- Next message (by thread): [Python-Dev] Improving docs for len() of set
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list