]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Tue, 17 Dec 2002 18:14:21 +0000 (18:14 +0000)
committerGreg Ward <gward@python.net>
Tue, 17 Dec 2002 18:14:21 +0000 (18:14 +0000)
Doc/ext/newtypes.tex

index 4763d18515371b5de3d674f4ba9670c6f68968f6..409ebc80c4349ea55caa171906b8e6a1d786d7e9 100644 (file)
@@ -43,7 +43,7 @@ static PyTypeObject noddy_NoddyType;
 
 This names the type object that will be defining further down in the
 file.  It can't be defined here because its definition has to refer to
-functions that have no yet been defined, but we need to be able to
+functions that have not yet been defined, but we need to be able to
 refer to it, hence the declaration.
 
 \begin{verbatim}