Skip to content

Commit

Permalink
Corrected identifier (#104713)
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr authored May 21, 2023
1 parent 99b6418 commit 60993ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/operator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Operations which work with sequences (some of them with mappings too) include:

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

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
actual length, then an estimate using :meth:`object.__length_hint__`, and
finally return the default value.

Expand Down

0 comments on commit 60993ba

Please sign in to comment.