]> granicus.if.org Git - python/commitdiff
Fixed small typo Pointed out by Michael Hudson.
authorJim Fulton <jim@zope.com>
Thu, 8 May 2003 10:35:07 +0000 (10:35 +0000)
committerJim Fulton <jim@zope.com>
Thu, 8 May 2003 10:35:07 +0000 (10:35 +0000)
Doc/ext/newtypes.tex

index cfc76b89aea467fea71c61c6aa770c86fd6090fb..6b8a25d73874766c9b246fb72f1dbb148180757e 100644 (file)
@@ -255,7 +255,7 @@ move to that directory and fire up Python --- you should be able to
 That wasn't so hard, was it?
 
 Of course, the current Noddy type is pretty uninteresting. It has no
-data and doesn't do anything. It can't even be subclasses.
+data and doesn't do anything. It can't even be subclassed.
 
 \subsection{Adding data and methods to the Basic example}