mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix markup.
This commit is contained in:
parent
9dc5bdddc0
commit
e12dc28c38
2 changed files with 3 additions and 3 deletions
|
@ -238,8 +238,8 @@ their character equivalents.
|
|||
.. function:: length_hint(obj, default=0)
|
||||
|
||||
Return an estimated length for the object *o*. First trying to return its
|
||||
actual length, then an estimate using ``__length_hint__``, and finally
|
||||
returning the default value.
|
||||
actual length, then an estimate using :meth:`object.__length_hint__`, and
|
||||
finally returning the default value.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue