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 d09838e commit 06e71c2Copy full SHA for 06e71c2
source/guides/windows-applications-embedding.rst
@@ -168,7 +168,9 @@ The driver application
168
----------------------
169
170
This is the only part of your application that has to be written in C. The
171
-application code should look like the following::
+application code should look like the following:
172
+
173
+.. code-block:: c
174
175
/* Include the Python headers */
176
#include <Python.h>
0 commit comments