From: Jim Fulton Date: Thu, 8 May 2003 10:35:07 +0000 (+0000) Subject: Fixed small typo Pointed out by Michael Hudson. X-Git-Tag: v2.3c1~800 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff5bb20b7b982d37e4fb6256d3ae58cf0f8673b;p=python Fixed small typo Pointed out by Michael Hudson. --- diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index cfc76b89ae..6b8a25d738 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -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}