Skip to content

Commit

Permalink
Use a fenced code block
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jan 7, 2025
1 parent d09838e commit 06e71c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/guides/windows-applications-embedding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ The driver application
----------------------

This is the only part of your application that has to be written in C. The
application code should look like the following::
application code should look like the following:

.. code-block:: c
/* Include the Python headers */
#include <Python.h>
Expand Down

0 comments on commit 06e71c2

Please sign in to comment.