Skip to content

Commit 619435e

Browse files
committed
Merge branch 'master' of github.com:tijme/not-your-average-web-crawler
2 parents 38ecc28 + 0178ac2 commit 619435e

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)