Skip to content

Commit 56a8650

Browse files
committed
Fix a couple of cases where I used Markdown syntax
1 parent 59487bf commit 56a8650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/windows-applications-embedding.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Simply unpack the downloaded zip file into the "interp" subdirectory of your
121121
application layout.
122122

123123
In order for your embedded interpreter to be able to find your application code,
124-
you should modify the `python*._pth` directory contained in the distribution. By
124+
you should modify the ``python*._pth`` directory contained in the distribution. By
125125
default it looks like this::
126126

127127
python313.zip
@@ -276,7 +276,7 @@ on the name of the DLL in your embedded distribution. For a production build,
276276
you might want additional options, such as optimisation (although the wrapper
277277
exe is small enough that optimisation might not make a significant difference).
278278

279-
If you place the resulting `exe` file in your application target directory, and
279+
If you place the resulting ``exe`` file in your application target directory, and
280280
run it, your application should run, exactly the same as it did when you invoked
281281
it using Python directly.
282282

0 commit comments

Comments
 (0)