Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 4985ff2 commit fc9794aCopy full SHA for fc9794a
1 file changed
Doc/faq/windows.rst
@@ -297,7 +297,7 @@ Embedding the Python interpreter in a Windows app can be summarized as follows:
297
You can link to Python in two different ways. Load-time linking means
298
linking against :file:`python{NN}.lib`, while run-time linking means linking
299
against :file:`python{NN}.dll`. (General note: :file:`python{NN}.lib` is the
300
- so-called "import lib" corresponding to :file:`python.dll`. It merely
+ so-called "import lib" corresponding to :file:`python{NN}.dll`. It merely
301
defines symbols for the linker.)
302
303
Run-time linking greatly simplifies link options; everything happens at run
0 commit comments