Fix typo.

This commit is contained in:
Ezio Melotti 2012-08-26 07:33:10 +03:00
parent 04427a077f
commit d26c306bf1

View file

@ -69,7 +69,7 @@ implement a Python interpreter. It deliberately avoids including some of
the types that arise only incidentally during processing such as the
``listiterator`` type.
Typical use is of these names is for :func:`isinstance` or
Typical use of these names is for :func:`isinstance` or
:func:`issubclass` checks.
Standard names are defined for the following types: