Skip to content

Commit 77ee674

Browse files
committed
Use a fenced code block
1 parent d09838e commit 77ee674

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/guides/windows-applications-embedding.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ The driver application
168168
----------------------
169169

170170
This is the only part of your application that has to be written in C. The
171-
application code should look like the following::
171+
application code should look like the following:
172+
173+
..code-block:: c
172174

173175
/* Include the Python headers */
174176
#include <Python.h>

0 commit comments

Comments
 (0)