From 60993ba8b4a04dfcf2d3067d919bcce160f01bd5 Mon Sep 17 00:00:00 2001 From: William Sawyer Date: Sun, 21 May 2023 15:57:50 +1000 Subject: Corrected identifier (#104713) --- Doc/library/operator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 6d90473..dab4de9 100644 --- a/Doc/library/operator.rst +++ b/Doc/library/operator.rst @@ -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. -- cgit v0.12