We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0ebd7 commit 0178ac2Copy full SHA for 0178ac2
1 file changed
docs/source/migration.rst
@@ -19,7 +19,7 @@ If you want to keep the request timeout on infinite set the request timeout opti
19
20
**Count attributes removed from queue**
21
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).
+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).
23
24
.. code:: python
25
0 commit comments