Skip to content

Commit 1982202

Browse files
Revert that
1 parent 84b95f9 commit 1982202

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/collections.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,7 @@ or subtracting from an empty counter.
473473
Though :class:`list` objects support similar operations, they are optimized for
474474
fast fixed-length operations and incur *O*\ (*n*) memory movement costs for
475475
``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.
476+
position of the underlying data representation.
478477

479478

480479
If *maxlen* is not specified or is ``None``, deques may grow to an

0 commit comments

Comments
 (0)