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@python components: Documentation files: collections_doc.diff keywords: patch messages: 243909 nosy: docs@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 <rep...@bugs.python.org> <http://bugs.python.org/issue24269> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com