From: Georg Brandl Date: Sun, 17 Oct 2010 10:15:50 +0000 (+0000) Subject: Make file names consistent. X-Git-Tag: v3.2a4~490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc9794a8fcba9547faf5bf8d3288597cd4cc7959;p=thirdparty%2FPython%2Fcpython.git Make file names consistent. --- diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index bc539d577943..8a209507732f 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