This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgilson
Recipients docs@python, mgilson
Date 2013-12-09.04:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386565196.04.0.355334813737.issue19934@psf.upfronthosting.co.za>
In-reply-to
Content
This is a very simple patch which addresses the issue.  I am still curious whether the reported function signature should be changed from:

    .. method:: most_common([n])

to:

    .. method:: most_common(n=None)

.  Any thoughts?

Also, while I was in there, I changed a few *None* to ``None`` for consistency with the rest of the documentation.
History
Date User Action Args
2013-12-09 04:59:56mgilsonsetrecipients: + mgilson, docs@python
2013-12-09 04:59:56mgilsonsetmessageid: <1386565196.04.0.355334813737.issue19934@psf.upfronthosting.co.za>
2013-12-09 04:59:56mgilsonlinkissue19934 messages
2013-12-09 04:59:55mgilsoncreate