bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)

This commit is contained in:
Stefan Grönke 2017-09-25 18:58:10 +02:00 committed by Paul Moore
parent 8110dbd470
commit f1502d097c
22 changed files with 44 additions and 43 deletions

2
.github/CODEOWNERS vendored
View file

@ -35,7 +35,7 @@ Python/bootstrap_hash.c @python/crypto-team
# Windows
/PC/ @python/windows-team
/PCBuild/ @python/windows-team
/PCbuild/ @python/windows-team
# Windows installer packages
/Tools/msi/ @python/windows-team

View file

@ -28,7 +28,7 @@ only_commits:
- Modules/
- Objects/
- PC/
- PCBuild/
- PCbuild/
- Parser/
- Programs/
- Python/