Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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