summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-07 19:31:34 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-07 19:31:34 (GMT)
commit2170b14374a70bcfadcb32f8ccb53102b81a9f15 (patch)
treea2d58fc95f580e144f726112776e920807369c8a /PCbuild
parenta90afbc7ee493227024bc04b476d914c494e72bb (diff)
downloadcpython-2170b14374a70bcfadcb32f8ccb53102b81a9f15.zip
cpython-2170b14374a70bcfadcb32f8ccb53102b81a9f15.tar.gz
cpython-2170b14374a70bcfadcb32f8ccb53102b81a9f15.tar.bz2
Fix MSVC edition mismatch.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 9ac742c..552c91e 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -46,7 +46,7 @@ Debug
development of CPython, you will most likely use this configuration.
PGInstrument, PGUpdate
Used to build Python in Release configuration using PGO, which
- requires Professional Edition of Visual Studio. See the "Profile
+ requires Premium Edition of Visual Studio. See the "Profile
Guided Optimization" section below for more information. Build
output from each of these configurations lands in its own
sub-directory of this directory. The official Python releases are