summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/2.3.rst')
-rw-r--r--Doc/whatsnew/2.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.3.rst b/Doc/whatsnew/2.3.rst
index 7d09302..cf55520 100644
--- a/Doc/whatsnew/2.3.rst
+++ b/Doc/whatsnew/2.3.rst
@@ -672,7 +672,7 @@ with older versions of the Distutils::
from distutils import core
kw = {'name': "Quixote",
'version': "0.5.1",
- 'description': "A highly Pythonic web application framework",
+ 'description': "A highly Pythonic Web application framework",
# ...
}