[issue24269] Few improvements to the collections documentation

Dmitry Kazakov report at bugs.python.org
Sat May 23 13:23:23 CEST 2015


New submission from Dmitry Kazakov:

collections.Counter: Formatted the code in the "See also" section.

collections.deque.remove: "Removed the first occurrence of value." -> "Remove ..."

collections.deque.index (a followup from issue23704):
    
Changed [, end] to [, stop] in the signature, because the implementation and the docstring of deque.index use 'stop'. Also, adapted the brief explanation from the Common Sequence Operations table.

https://docs.python.org/3/library/stdtypes.html#common-sequence-operations

----------
assignee: docs at python
components: Documentation
files: collections_doc.diff
keywords: patch
messages: 243909
nosy: docs at python, vlth
priority: normal
severity: normal
status: open
title: Few improvements to the collections documentation
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39473/collections_doc.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24269>
_______________________________________


More information about the Python-bugs-list mailing list