Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc9794a

Browse files
committed
Make file names consistent.
1 parent 4985ff2 commit fc9794a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/faq/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Embedding the Python interpreter in a Windows app can be summarized as follows:
297297
You can link to Python in two different ways. Load-time linking means
298298
linking against :file:`python{NN}.lib`, while run-time linking means linking
299299
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
300+
so-called "import lib" corresponding to :file:`python{NN}.dll`. It merely
301301
defines symbols for the linker.)
302302

303303
Run-time linking greatly simplifies link options; everything happens at run

0 commit comments

Comments
 (0)