Fix markup.

This commit is contained in:
Georg Brandl 2012-10-06 12:22:48 +02:00
parent 2f1243735e
commit d2883e41e3
1 changed files with 1 additions and 1 deletions

View File

@ -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).