Fix errors found by "make suspicious".
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index 6266d10..4954ac0 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -598,7 +598,7 @@
 
 The Python installer issues a warning like this::
 
-   This version uses ``CTL3D32.DLL`` which is not the correct version.
+   This version uses CTL3D32.DLL which is not the correct version.
    This version is used for windows NT applications only.
 
 Tim Peters: