Skip to content

Commit 7e297d6

Browse files
Carol's suggestion
1 parent d0ca44c commit 7e297d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/time-complexity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you need to add or remove at both ends, consider using a
8181

8282
A :class:`tuple` is an :term:`immutable` sequence. Because a tuple can never
8383
change, there are no insertion or deletion costs, and making a copy is constant
84-
time as the same object is returned.
84+
time (*O*\ (1)) as the same object is returned.
8585

8686
.. list-table::
8787
:header-rows: 1

0 commit comments

Comments
 (0)