[Python-checkins] cpython: Fix typo.

ezio.melotti python-checkins at python.org
Sun Aug 26 06:33:35 CEST 2012


http://hg.python.org/cpython/rev/5b0595339c9d
changeset:   78773:5b0595339c9d
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Aug 26 07:33:10 2012 +0300
summary:
  Fix typo.

files:
  Doc/library/types.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/types.rst b/Doc/library/types.rst
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -69,7 +69,7 @@
 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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list