summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-21 07:17:00 (GMT)
committerGeorg Brandl <georg@python.org>2008-09-21 07:17:00 (GMT)
commit73ac29e426e913fd5e416f96acb6bb00c0585b80 (patch)
treeeee564ce8d1c354d966a3a89772a909526c2aadf /PCbuild
parent4517323df82fb7fd6e8e30d9c6de3caa97f82e40 (diff)
downloadcpython-73ac29e426e913fd5e416f96acb6bb00c0585b80.zip
cpython-73ac29e426e913fd5e416f96acb6bb00c0585b80.tar.gz
cpython-73ac29e426e913fd5e416f96acb6bb00c0585b80.tar.bz2
#3916: fixes for docs wrt. Windows directory layout
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 d3c10e5..6191ae4 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -21,7 +21,7 @@ configuration.
The PCbuild directory is compatible with all versions of Visual Studio from
VS C++ Express Edition over the standard edition up to the professional
-edition. However the express edition does support features like solution
+edition. However the express edition does not support features like solution
folders or profile guided optimization (PGO). The missing bits and pieces
won't stop you from building Python.