Skip to content

Commit 2a80177

Browse files
fixup fixup
1 parent 547e6b6 commit 2a80177

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
@@ -121,7 +121,7 @@ When creating DLLs in Windows, you can use the CPython library in two ways:
121121
:file:`Python.h` triggers an implicit, configure-aware link with the
122122
library. The header file chooses :file:`pythonXY_d.lib` for Debug,
123123
:file:`pythonXY.lib` for Release, and :file:`pythonX.lib` for Release with
124-
the :ref:`Limited API <stable-abi>`_ enabled.
124+
the :ref:`Limited API <stable-abi>` enabled.
125125

126126
To build two DLLs, spam and ni (which uses C functions found in spam), you
127127
could use these commands::

0 commit comments

Comments
 (0)