Skip to content

Commit eac04b8

Browse files
Drop "very"
1 parent c4a75fd commit eac04b8

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
@@ -144,7 +144,7 @@ or updating items. The other operations below apply to it at the same costs.
144144
==================================
145145

146146
See :class:`dict` as the :class:`set` and :class:`frozenset` implementations are
147-
intentionally very similar, and the same hash collision caveat applies.
147+
similar, and the same hash collision caveat applies.
148148
In the worst case, *O*\ (1) operations instead take *O*\ (*n*) time,
149149
and operations that look up every element degrade accordingly.
150150

0 commit comments

Comments
 (0)