]> granicus.if.org Git - python/commitdiff
Two more typo fixes.
authorGreg Ward <gward@python.net>
Tue, 17 Dec 2002 23:27:41 +0000 (23:27 +0000)
committerGreg Ward <gward@python.net>
Tue, 17 Dec 2002 23:27:41 +0000 (23:27 +0000)
Doc/ext/newtypes.tex

index 409ebc80c4349ea55caa171906b8e6a1d786d7e9..a82cd2281084d313d3ebd41e6079e9e2ff323d43 100644 (file)
@@ -314,7 +314,7 @@ Try to choose something that will be helpful in such a situation!
 \end{verbatim}
 
 These fields tell the runtime how much memory to allocate when new
-objects of this typed are created.  Python has some builtin support
+objects of this type are created.  Python has some builtin support
 for variable length structures (think: strings, lists) which is where
 the \member{tp_itemsize} field comes in.  This will be dealt with
 later.
@@ -537,7 +537,7 @@ that must be met:
   \item   The name of the attributes must be known when
           \cfunction{PyType_Ready()} is called.
 
-  \item   No special processing is need to record that an attribute
+  \item   No special processing is needed to record that an attribute
           was looked up or set, nor do actions need to be taken based
           on the value.
 \end{enumerate}