Fix markup.
This commit is contained in:
parent
2f1243735e
commit
d2883e41e3
|
@ -28,7 +28,7 @@ This PEP formally documents ``__length_hint__`` for other
|
|||
interpreters and non-standard-library Python modules to implement.
|
||||
|
||||
``__length_hint__`` must return an integer (else a TypeError is raised) or
|
||||
``NotImplemented, and is not required to be accurate. It may return a value
|
||||
``NotImplemented``, and is not required to be accurate. It may return a value
|
||||
that is either larger or smaller than the actual size of the container. A
|
||||
return value of ``NotImplemented`` indicates that there is no finite length
|
||||
estimate. It may not return a negative value (else a ValueError is raised).
|
||||
|
|
Loading…
Reference in New Issue