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

2018-02-19 Thread Raymond Hettinger

Change by Raymond Hettinger :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-02-19 Thread Raymond Hettinger

Change by Raymond Hettinger :


--
keywords: +patch
pull_requests: +5541
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-02-18 Thread Andrew Scheller

Change by Andrew Scheller :


--
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2018-02-18 Thread Andrew Scheller

Andrew Scheller  added the comment:

Looks like https://bugs.python.org/issue24269 is where this got fixed for the 
3.x documentation ;-)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com




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

2018-02-18 Thread Andrew Scheller

New submission from Andrew Scheller :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com