diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2008-04-07 01:59:40 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2008-04-07 01:59:40 (GMT) |
commit | 295814e4634b7130dc0c58bc1a9d91c14cbe804a (patch) | |
tree | 91f5208f0530dc32a5078665489b2249e61170e5 | |
parent | 495cf99aaf40fb1c0859e528d5b2c52018fba09f (diff) | |
download | cpython-295814e4634b7130dc0c58bc1a9d91c14cbe804a.zip cpython-295814e4634b7130dc0c58bc1a9d91c14cbe804a.tar.gz cpython-295814e4634b7130dc0c58bc1a9d91c14cbe804a.tar.bz2 |
correct heading underline for new "Cross-compiling on Windows" section
-rw-r--r-- | Doc/distutils/builtdist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index f009bbb..cd2bd81 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -332,7 +332,7 @@ The installer file will be written to the "distribution directory" --- normally .. _cross-compile-windows: Cross-compiling on Windows -===================== +========================== Starting with Python 2.6, distutils is capable of cross-compiling between Windows platforms. In practice, this means that with the correct tools |