Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67449d commit f350160Copy full SHA for f350160
1 file changed
Doc/ext/extending.tex
@@ -1,4 +1,4 @@
1
-\chapter{Extending Python with C or \Cpp \label{intro}}
+\chapter{Extending Python with \C{} or \Cpp{} \label{intro}}
2
3
4
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
349
350
Note that PyMODINIT_FUNC declares the function as \code{void} return type,
351
declares any special linkage declarations required by the platform, and for
352
-\Cpp declares the function as \code{extern "C"}.
+\Cpp{} declares the function as \code{extern "C"}.
353
354
When the Python program imports module \module{spam} for the first
355
time, \cfunction{initspam()} is called. (See below for comments about
0 commit comments