[issue32870] Documentation typo (2.x only) for deque.remove

Andrew Scheller report at bugs.python.org
Sun Feb 18 12:59:36 EST 2018


New submission from Andrew Scheller <launchpad at loowis.durge.org>:

https://docs.python.org/2/library/collections.html#collections.deque.remove says "Removed the first occurrence of value."
I believe the "Removed" should be changed to just "Remove" ?

(this has already been fixed in the 3.x documentation https://docs.python.org/3/library/collections.html#collections.deque.remove )

----------
assignee: docs at python
components: Documentation
messages: 312319
nosy: docs at python, lurchman
priority: normal
severity: normal
status: open
title: Documentation typo (2.x only) for deque.remove
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32870>
_______________________________________


More information about the Python-bugs-list mailing list