Skip to content

Commit 0178ac2

Browse files
authored
Update migration.rst
1 parent de0ebd7 commit 0178ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to keep the request timeout on infinite set the request timeout opti
1919
2020
**Count attributes removed from queue**
2121

22-
The count attributes (e.g. ``queue.count_in_progress``) are removed since the time complexity of Python's native ``len()`` method is already O(n).
22+
The count attributes (e.g. ``queue.count_in_progress``) are removed since the time complexity of Python's native ``len()`` method is already O(1).
2323

2424
.. code:: python
2525

0 commit comments

Comments
 (0)