Skip to content

Commit

Permalink
Make file names consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Oct 17, 2010
1 parent 4985ff2 commit fc9794a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/faq/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Embedding the Python interpreter in a Windows app can be summarized as follows:
You can link to Python in two different ways. Load-time linking means
linking against :file:`python{NN}.lib`, while run-time linking means linking
against :file:`python{NN}.dll`. (General note: :file:`python{NN}.lib` is the
so-called "import lib" corresponding to :file:`python.dll`. It merely
so-called "import lib" corresponding to :file:`python{NN}.dll`. It merely
defines symbols for the linker.)

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

0 comments on commit fc9794a

Please sign in to comment.