From 1d5d8cf61f03964e0d24eda6c0a9f853fa2ac2ad Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Tue, 17 Dec 2002 18:14:21 +0000 Subject: [PATCH] Typo fix. --- Doc/ext/newtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index 4763d18515..409ebc80c4 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -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} -- 2.40.0