[New-bugs-announce] [issue36830] Typo in collections.deque

keroru report at bugs.python.org
Tue May 7 08:53:12 EDT 2019


New submission from keroru <jmdtqj at gmail.com>:

https://docs.python.org/ja/3/library/collections.html#collections.deque

has a typo in description of "rotate(n=1)" in Japanese.
I suppose that "d.appendleft(d.popleft())" should be "d.append(d.popleft())".

Thank you!

----------
assignee: docs at python
components: Documentation
messages: 341715
nosy: docs at python, keroru
priority: normal
severity: normal
status: open
title: Typo in collections.deque
versions: Python 3.7

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


More information about the New-bugs-announce mailing list