summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.3.rst
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-27 08:57:52 (GMT)
committerGitHub <noreply@github.com>2021-07-27 08:57:52 (GMT)
commit2e41df4d60d71a2551b9605d07321f75cfb52adf (patch)
tree60084aeb664661e9f763b9449083020c2538d27f /Doc/whatsnew/2.3.rst
parentd61b69f02d441ae517109a4428f2a18416c9ff0f (diff)
downloadcpython-2e41df4d60d71a2551b9605d07321f75cfb52adf.zip
cpython-2e41df4d60d71a2551b9605d07321f75cfb52adf.tar.gz
cpython-2e41df4d60d71a2551b9605d07321f75cfb52adf.tar.bz2
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Follow up to 11749e2dc20ad6a76e9a39e948853e89b2b4bbed
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",
# ...
}