summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorStefan Grönke <stefan@gronke.org>2017-09-25 16:58:10 (GMT)
committerPaul Moore <p.f.moore@gmail.com>2017-09-25 16:58:10 (GMT)
commitf1502d097c29b266a5748312ee2451a2d6ac0af6 (patch)
treeb799565b97317d802a3e828f3341482ee2d8351c /Doc/distutils
parent8110dbd470f3daa4de58dda66d360e3c26d3b94f (diff)
downloadcpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.zip
cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.gz
cpython-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.bz2
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
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 dc3a50c..f523a67 100644
--- a/Doc/distutils/builtdist.rst
+++ b/Doc/distutils/builtdist.rst
@@ -368,7 +368,7 @@ Python itself for the platform you are targeting - it is not possible from a
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
+:file:`PCbuild/PCbuild.sln` solution in the Python source tree and build the
"x64" configuration of the 'pythoncore' project before cross-compiling
extensions is possible.