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

Skip to content

Commit f350160

Browse files
committed
Fix spacing markup and other sundries.
1 parent b67449d commit f350160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ext/extending.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\chapter{Extending Python with C or \Cpp \label{intro}}
1+
\chapter{Extending Python with \C{} or \Cpp{} \label{intro}}
22

33

44
It is quite easy to add new built-in modules to Python, if you know
@@ -349,7 +349,7 @@ \section{The Module's Method Table and Initialization Function
349349

350350
Note that PyMODINIT_FUNC declares the function as \code{void} return type,
351351
declares any special linkage declarations required by the platform, and for
352-
\Cpp declares the function as \code{extern "C"}.
352+
\Cpp{} declares the function as \code{extern "C"}.
353353

354354
When the Python program imports module \module{spam} for the first
355355
time, \cfunction{initspam()} is called. (See below for comments about

0 commit comments

Comments
 (0)