Commit 1d5d8cf6 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent a080be8b
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment