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 lurchman
Recipients docs@python, lurchman
Date 2018-02-18.17:59:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518976776.93.0.467229070634.issue32870@psf.upfronthosting.co.za>
In-reply-to
Content
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 )
History
Date User Action Args
2018-02-18 17:59:37lurchmansetrecipients: + lurchman, docs@python
2018-02-18 17:59:36lurchmansetmessageid: <1518976776.93.0.467229070634.issue32870@psf.upfronthosting.co.za>
2018-02-18 17:59:36lurchmanlinkissue32870 messages
2018-02-18 17:59:36lurchmancreate