diff options
author | Jim Fulton <jim@zope.com> | 2003-05-08 10:35:07 (GMT) |
---|---|---|
committer | Jim Fulton <jim@zope.com> | 2003-05-08 10:35:07 (GMT) |
commit | 3ff5bb20b7b982d37e4fb6256d3ae58cf0f8673b (patch) | |
tree | dba5465ec64a8eaf6673d7d82ab468023540decf /Doc | |
parent | 83cedcf66068b64c877a041f206dcd035dbeb346 (diff) | |
download | cpython-3ff5bb20b7b982d37e4fb6256d3ae58cf0f8673b.zip cpython-3ff5bb20b7b982d37e4fb6256d3ae58cf0f8673b.tar.gz cpython-3ff5bb20b7b982d37e4fb6256d3ae58cf0f8673b.tar.bz2 |
Fixed small typo Pointed out by Michael Hudson.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ext/newtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index cfc76b8..6b8a25d 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} |