[docs] [issue32739] collections.deque rotate(n=1) default value not documented

Yang Yu report at bugs.python.org
Thu Feb 1 00:44:53 EST 2018


New submission from Yang Yu <yangyudev at gmail.com>:

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

rotate() works the same as rotate(1). The documentation did not mention the default for n.

----------
assignee: docs at python
components: Documentation
messages: 311403
nosy: docs at python, yuy
priority: normal
severity: normal
status: open
title: collections.deque rotate(n=1) default value not documented
type: behavior
versions: Python 3.6

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


More information about the docs mailing list