<div dir="ltr"><div><div>Hi folks,</div><div><br></div><div>Just a suggestion for a documentation tweak. Currently the docs for len() on a set say this:</div><div><br></div><div>   .. describe:: len(s)</div><div><br></div><div>      Return the cardinality of set *s*.</div><div><br></div><div>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?</div><div><br></div><div>   .. describe:: len(s)</div><div><br></div><div>      Return the number of elements in set *s* (cardinality of *s*).</div><div><br></div><div>Happy to open a <a href="http://bugs.python.org">bugs.python.org</a> issue on this, but wanted to get general consensus first.</div><div><br></div><div>-Ben</div></div><div><br></div></div>