Skip to content

Commit 9b728ac

Browse files
committed
fix: markdown syntax, oops!
1 parent 97a7d7d commit 9b728ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/packaging-binary-extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ To set up a build environment for binary extensions, install
256256
recent version is fine.
257257

258258
One caveat; if you use MSVC 2019+, your extension will depend on an "extra"
259-
file, `VCRUNTIME140_1.dll`, in addition to the `VCRUNTIME140.dll` all previous
259+
file, ``VCRUNTIME140_1.dll``, in addition to the ``VCRUNTIME140.dll`` all previous
260260
verisions back to 2015 depend on. This will add an extra requirement to using
261261
your extension on versions of CPython that do not include this extra file; you
262262
can add the compile-time argument ``/d2FH4-`` to avoid this link on 2019+.

0 commit comments

Comments
 (0)