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.
2 parents 38ecc28 + 0178ac2 commit 619435eCopy full SHA for 619435e
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