summaryrefslogtreecommitdiffstats
path: root/Doc/library/types.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-08-26 04:33:10 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-08-26 04:33:10 (GMT)
commitd26c306bf18810c4e8b8dbc53c58af4b014eab06 (patch)
treeeca22c885a160e7ff857b2266bb044d042f9c754 /Doc/library/types.rst
parent04427a077f7d4dfec0e8f8371aecabf9ded7c27c (diff)
downloadcpython-d26c306bf18810c4e8b8dbc53c58af4b014eab06.zip
cpython-d26c306bf18810c4e8b8dbc53c58af4b014eab06.tar.gz
cpython-d26c306bf18810c4e8b8dbc53c58af4b014eab06.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/library/types.rst')
-rw-r--r--Doc/library/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index b60b195..695480f 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: