mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.11] Corrected identifier (GH-104713) (#104714)
Corrected identifier (GH-104713)
(cherry picked from commit 60993ba8b4
)
Co-authored-by: William Sawyer <wmsawyer2609@gmail.com>
This commit is contained in:
parent
b2e0201222
commit
dc0c41b2e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue