]> granicus.if.org Git - python/commitdiff
Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will
authorBrett Cannon <bcannon@gmail.com>
Sat, 26 Jun 2004 23:10:32 +0000 (23:10 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 26 Jun 2004 23:10:32 +0000 (23:10 +0000)
be discussed later by saying it is the function return type of the sample code
to make spotting it easier.

Doc/ext/extending.tex

index c50714ea88547dc67d11c059e1c412b27ad42553..57adc15b5c689588d211b0832012ca5062e54930 100644 (file)
@@ -243,7 +243,8 @@ discarded, causing \cdata{SpamError} to become a dangling pointer.
 Should it become a dangling pointer, C code which raises the exception
 could cause a core dump or other unintended side effects.
 
-We discuss the use of PyMODINIT_FUNC later in this sample.
+We discuss the use of PyMODINIT_FUNC as a function return type later in this
+sample.
 
 \section{Back to the Example
          \label{backToExample}}