diff options
author | Georg Brandl <georg@python.org> | 2010-10-17 10:15:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-17 10:15:50 (GMT) |
commit | fc9794a8fcba9547faf5bf8d3288597cd4cc7959 (patch) | |
tree | 44b92d347843b0733da43faae21f7742dee49d37 /Doc/faq/windows.rst | |
parent | 4985ff2e61e5aad894b35a2d590e9d1a67d00eff (diff) | |
download | cpython-fc9794a8fcba9547faf5bf8d3288597cd4cc7959.zip cpython-fc9794a8fcba9547faf5bf8d3288597cd4cc7959.tar.gz cpython-fc9794a8fcba9547faf5bf8d3288597cd4cc7959.tar.bz2 |
Make file names consistent.
Diffstat (limited to 'Doc/faq/windows.rst')
-rw-r--r-- | Doc/faq/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index bc539d5..8a20950 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -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 |