[docs] [issue18326] Not Clear Docs
icedream91
report at bugs.python.org
Sat Jun 29 15:05:36 CEST 2013
New submission from icedream91:
I think the documents talking about list.sort() in page
http://docs.python.org/3/library/stdtypes.html#list.sort is not clear enough. What asterisk means in "sort(*, key=None, reverse=None)", may be cmp argument from Python 2, or anything else? Or it is a typo?
I think document should explain what this asterisk means.
Thanks.
----------
assignee: docs at python
components: Documentation
messages: 192034
nosy: docs at python, icedream91
priority: normal
severity: normal
status: open
title: Not Clear Docs
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18326>
_______________________________________
More information about the docs
mailing list