]> granicus.if.org Git - python/commitdiff
#2003: fix sentence.
authorGeorg Brandl <georg@python.org>
Sun, 3 Feb 2008 12:29:00 +0000 (12:29 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 3 Feb 2008 12:29:00 +0000 (12:29 +0000)
Doc/reference/datamodel.rst

index f8990f24931305e3ece77cee10a68a314d52e167..8ae94af343d1eb86bb6274e38d75bfc06ed09766 100644 (file)
@@ -1078,7 +1078,7 @@ that all old-style instances, independently of their class, are implemented with
 a single built-in type, called ``instance``.
 
 New-style classes were introduced in Python 2.2 to unify classes and types.  A
-new-style class neither more nor less than a user-defined type.  If *x* is an
+new-style class is neither more nor less than a user-defined type.  If *x* is an
 instance of a new-style class, then ``type(x)`` is the same as ``x.__class__``.
 
 The major motivation for introducing new-style classes is to provide a unified