mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Corrected identifier (#104713)
This commit is contained in:
parent
99b641886a
commit
60993ba8b4
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user