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 xtreak
Recipients docs@python, keroru, xtreak
Date 2019-05-07.13:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557234224.93.0.35503851059.issue36830@roundup.psfhosted.org>
In-reply-to
Content
Thank you for the report. English translation has the following text and I guess you are right at [0] . The tracker deals with English translation. Please consider reporting this to https://github.com/python/python-docs-ja which also accepts PR.

[0] https://docs.python.org/3/library/collections.html#collections.deque.rotate

    Rotate the deque n steps to the right. If n is negative, rotate to the left.

    When the deque is not empty, rotating one step to the right is equivalent to d.appendleft(d.pop()), and rotating one step to the left is equivalent to d.append(d.popleft()).
History
Date User Action Args
2019-05-07 13:03:44xtreaksetrecipients: + xtreak, docs@python, keroru
2019-05-07 13:03:44xtreaksetmessageid: <1557234224.93.0.35503851059.issue36830@roundup.psfhosted.org>
2019-05-07 13:03:44xtreaklinkissue36830 messages
2019-05-07 13:03:44xtreakcreate