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 keroru
Recipients docs@python, keroru
Date 2019-05-07.12:53:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557233592.36.0.483652950266.issue36830@roundup.psfhosted.org>
In-reply-to
Content
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!
History
Date User Action Args
2019-05-07 12:53:12kerorusetrecipients: + keroru, docs@python
2019-05-07 12:53:12kerorusetmessageid: <1557233592.36.0.483652950266.issue36830@roundup.psfhosted.org>
2019-05-07 12:53:12kerorulinkissue36830 messages
2019-05-07 12:53:12kerorucreate