Skip to content

Commit 29e2017

Browse files
Ned's review
1 parent 5f21510 commit 29e2017

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
@@ -84,7 +84,7 @@ returns the same object, so is constant time (*O*\ (1)).
8484

8585
* - Operation
8686
- Complexity
87-
* - Copy (``tuple(s)``)
87+
* - Copy (``tuple(t)``)
8888
- *O*\ (1)
8989
* - Get item (``t[k]``)
9090
- *O*\ (1)

0 commit comments

Comments
 (0)