From: Ezio Melotti Date: Sun, 26 Aug 2012 04:33:10 +0000 (+0300) Subject: Fix typo. X-Git-Tag: v3.3.1rc1~818^2^2~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d26c306bf18810c4e8b8dbc53c58af4b014eab06;p=python Fix typo. --- diff --git a/Doc/library/types.rst b/Doc/library/types.rst index b60b1958a8..695480f6cb 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -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: