8000
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 99b6418 commit 60993baCopy full SHA for 60993ba
Doc/library/operator.rst
@@ -244,7 +244,7 @@ Operations which work with sequences (some of them with mappings too) include:
244
245
.. function:: length_hint(obj, default=0)
246
247
- Return an estimated length for the object *o*. First try to return its
+ Return an estimated length for the object *obj*. First try to return its
248
actual length, then an estimate using :meth:`object.__length_hint__`, and
249
finally return the default value.
250
0 commit comments