]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make file names consistent.
authorGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 10:15:50 +0000 (10:15 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 10:15:50 +0000 (10:15 +0000)
Doc/faq/windows.rst

index bc539d57794318371d77e43a832f538e092eeca5..8a209507732f55bef10e8f427b15ca564f2eed23 100644 (file)
@@ -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