8000 [3.11] Corrected identifier (GH-104713) (#104714) · python/cpython@dc0c41b · GitHub
[go: up one dir, main page]

Skip to content

Commit dc0c41b

Browse files
[3.11] Corrected identifier (GH-104713) (#104714)
Corrected identifier (GH-104713) (cherry picked from commit 60993ba) Co-authored-by: William Sawyer <wmsawyer2609@gmail.com>
1 parent b2e0201 commit dc0c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/operator.rst

Lines changed: 1 addition & 1 deletion
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)
0