summaryrefslogtreecommitdiff
path: root/Doc/library/test.rst
diff options
context:
space:
mode:
authorStefan Grönke <stefan@gronke.org>2017-09-25 18:58:10 +0200
committerPaul Moore <p.f.moore@gmail.com>2017-09-25 17:58:10 +0100
commitf1502d097c29b266a5748312ee2451a2d6ac0af6 (patch)
treeb799565b97317d802a3e828f3341482ee2d8351c /Doc/library/test.rst
parent8110dbd470f3daa4de58dda66d360e3c26d3b94f (diff)
downloadcpython-git-f1502d097c29b266a5748312ee2451a2d6ac0af6.tar.gz
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 9d4ff7ad8b..33978e331b 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -186,7 +186,7 @@ options, run :program:`python -m test -h`.
Some other ways to execute the regression tests depend on what platform the
tests are being executed on. On Unix, you can run :program:`make test` at the
top-level directory where Python was built. On Windows,
-executing :program:`rt.bat` from your :file:`PCBuild` directory will run all
+executing :program:`rt.bat` from your :file:`PCbuild` directory will run all
regression tests.