Skip to content

Commit 23c9af6

Browse files
arhadthedevjcfr
authored andcommitted
Fix WARNING: Literal block expected; none found
1 parent 3658f4c commit 23c9af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/extending/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Using DLLs in Practice
115115
Windows Python is built in Microsoft Visual C++; using other compilers may or
116116
may not work. The rest of this section is MSVC++ specific.
117117

118-
When creating DLLs in Windows, you can use the CPython library in two ways::
118+
When creating DLLs in Windows, you can use the CPython library in two ways:
119119

120120
1. By default, inclusion of :file:`PC/pyconfig.h` directly or via
121121
:file:`Python.h` triggers an implicit, configure-aware link with the

0 commit comments

Comments
 (0)