summaryrefslogtreecommitdiffstats
path: root/Doc/ext/ext.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r--Doc/ext/ext.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index cc5af6c..61e423e 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -2380,10 +2380,10 @@ Windows.
Grab the binary installer from \url{http://www.python.org/} and
install Python. The binary installer has all of the required header
-files except for \file{config.h}.
+files except for \file{pyconfig.h}.
Get the source distribution and extract it into a convenient location.
-Copy the \file{config.h} from the \file{PC/} directory into the
+Copy the \file{pyconfig.h} from the \file{PC/} directory into the
\file{include/} directory created by the installer.
Create a \file{Setup} file for your extension module, as described in