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 b2e0201 commit dc0c41bCop 8000 y full SHA for dc0c41b
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