]> granicus.if.org Git - python/commitdiff
Fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 26 Aug 2012 04:33:10 +0000 (07:33 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 26 Aug 2012 04:33:10 +0000 (07:33 +0300)
Doc/library/types.rst

index b60b1958a8ba516e0c5a83267006da329875d77b..695480f6cb5920714e3f3cc38594d04cb5dc603e 100644 (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: