summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst b/Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst
new file mode 100644
index 0000000..a6345db
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst
@@ -0,0 +1 @@
+Correct PCBuild/ case to PCbuild/ in build scripts and documentation.