Skip to content

Commit 60993ba

Browse files
Corrected identifier (#104713)
1 parent 99b6418 commit 60993ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/operator.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Operations which work with sequences (some of them with mappings too) include:
244244

245245
.. function:: length_hint(obj, default=0)
246246

247-
Return an estimated length for the object *o*. First try to return its
247+
Return an estimated length for the object *obj*. First try to return its
248248
actual length, then an estimate using :meth:`object.__length_hint__`, and
249249
finally return the default value.
250250

0 commit comments

Comments
 (0)