summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-06 09:32:48 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-06 09:32:48 (GMT)
commit0930228aee0fd70066b5d7fe6afd41c2bce0dca6 (patch)
tree38aee6527a2a3e27010b9eaa801ccedc34104b1e /Doc/distutils
parent21946afe3f2d21ac6b50021802e503686abb9347 (diff)
downloadcpython-0930228aee0fd70066b5d7fe6afd41c2bce0dca6.zip
cpython-0930228aee0fd70066b5d7fe6afd41c2bce0dca6.tar.gz
cpython-0930228aee0fd70066b5d7fe6afd41c2bce0dca6.tar.bz2
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/builtdist.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst
index 1886d85..8c83d11 100644
--- a/Doc/distutils/builtdist.rst
+++ b/Doc/distutils/builtdist.rst
@@ -358,7 +358,7 @@ would create a 64bit installation executable on your 32bit version of Windows.
To cross-compile, you must download the Python source code and cross-compile
Python itself for the platform you are targetting - it is not possible from a
-binary installtion of Python (as the .lib etc file for other platforms are
+binary installation of Python (as the .lib etc file for other platforms are
not included.) In practice, this means the user of a 32 bit operating
system will need to use Visual Studio 2008 to open the
:file:`PCBuild/PCbuild.sln` solution in the Python source tree and build the