New submission from Andrew Scheller <launch...@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@python
components: Documentation
messages: 312319
nosy: docs@python, lurchman
priority: normal
severity: normal
status: open
title: Documentation typo (2.x only) for deque.remove
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32870>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to