We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b95f9 commit 1982202Copy full SHA for 1982202
1 file changed
Doc/library/collections.rst
@@ -473,8 +473,7 @@ or subtracting from an empty counter.
473
Though :class:`list` objects support similar operations, they are optimized for
474
fast fixed-length operations and incur *O*\ (*n*) memory movement costs for
475
``pop(0)`` and ``insert(0, v)`` operations which change both the size and
476
- position of the underlying data representation. See :ref:`time-complexity`
477
- for more information.
+ position of the underlying data representation.
478
479
480
If *maxlen* is not specified or is ``None``, deques may grow to an
0 commit comments