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 vaultah
Recipients docs@python, vaultah
Date 2015-05-23.11:23:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432380203.09.0.901272885626.issue24269@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-05-23 11:23:23vaultahsetrecipients: + vaultah, docs@python
2015-05-23 11:23:23vaultahsetmessageid: <1432380203.09.0.901272885626.issue24269@psf.upfronthosting.co.za>
2015-05-23 11:23:22vaultahlinkissue24269 messages
2015-05-23 11:23:22vaultahcreate