summaryrefslogtreecommitdiffstats
path: root/Doc/extending/windows.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/extending/windows.rst')
-rw-r--r--Doc/extending/windows.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst
index 1129b09..e366d6c 100644
--- a/Doc/extending/windows.rst
+++ b/Doc/extending/windows.rst
@@ -132,4 +132,4 @@ modules (including Python) to be able to see your identifiers, you have to say
Developer Studio will throw in a lot of import libraries that you do not really
need, adding about 100K to your executable. To get rid of them, use the Project
Settings dialog, Link tab, to specify *ignore default libraries*. Add the
-correct :file:`msvcrtxx.lib` to the list of libraries.
+correct :file:`msvcrt{xx}.lib` to the list of libraries.