]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reword paragraph; fix filename, which should be pyconfig.h
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 6 May 2010 01:09:47 +0000 (01:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 6 May 2010 01:09:47 +0000 (01:09 +0000)
Doc/library/sysconfig.rst

index 63a537f1cf367b6344858614a9019e3ac50a1c30..38aae0a4072be7fea5bce6fc08db418c872adadb 100644 (file)
@@ -16,9 +16,9 @@ relevant for the current platform.
 Configuration variables
 -----------------------
 
-A Python distribution contains a :file:`Makefile` file and a :file:`python.h`
-that are necessary to build the Python binary itself, but also any C extension
-created in a third party project and compiled using :mod:`distutils`.
+A Python distribution contains a :file:`Makefile` and a :file:`pyconfig.h`
+header file that are necessary to build both the Python binary itself and
+third-party C extensions compiled using :mod:`distutils`.
 
 :mod:`sysconfig` puts all variables found in these files in a dictionary that
 can be accessed using :func:`get_config_vars` or :func:`get_config_var`.