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.
WARNING: Literal block expected; none found
1 parent 3658f4c commit 23c9af6Copy full SHA for 23c9af6
Doc/extending/windows.rst
@@ -115,7 +115,7 @@ Using DLLs in Practice
115
Windows Python is built in Microsoft Visual C++; using other compilers may or
116
may not work. The rest of this section is MSVC++ specific.
117
118
-When creating DLLs in Windows, you can use the CPython library in two ways::
+When creating DLLs in Windows, you can use the CPython library in two ways:
119
120
1. By default, inclusion of :file:`PC/pyconfig.h` directly or via
121
:file:`Python.h` triggers an implicit, configure-aware link with the
0 commit comments