summaryrefslogtreecommitdiffstats
path: root/Doc/ext/embedding.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/ext/embedding.tex')
-rw-r--r--Doc/ext/embedding.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex
index 453a939..a44b89c 100644
--- a/Doc/ext/embedding.tex
+++ b/Doc/ext/embedding.tex
@@ -272,14 +272,14 @@ application to Python.
% (what to watch out for)
-\section{Embedding Python in \Cpp{}
+\section{Embedding Python in \Cpp
\label{embeddingInCplusplus}}
It is also possible to embed Python in a \Cpp{} program; precisely how this
is done will depend on the details of the \Cpp{} system used; in general you
-will need to write the main program in \Cpp{}, and use the \Cpp{} compiler
+will need to write the main program in \Cpp, and use the \Cpp{} compiler
to compile and link your program. There is no need to recompile Python
-itself using \Cpp{}.
+itself using \Cpp.
\section{Linking Requirements