Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 555a964

Browse files
committed
Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will
be discussed later by saying it is the function return type of the sample code to make spotting it easier.
1 parent 852f799 commit 555a964

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/ext/extending.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ \section{Intermezzo: Errors and Exceptions
243243
Should it become a dangling pointer, C code which raises the exception
244244
could cause a core dump or other unintended side effects.
245245

246-
We discuss the use of PyMODINIT_FUNC later in this sample.
246+
We discuss the use of PyMODINIT_FUNC as a function return type later in this
247+
sample.
247248

248249
\section{Back to the Example
249250
\label{backToExample}}

0 commit comments

Comments
 (0)