diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-27 09:20:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 09:20:11 (GMT) |
commit | be2415487ab80e4bd5ace2954651e78b107b17e4 (patch) | |
tree | 2f27673b01d878b8b832de4641cf01de4c677a54 /Doc/whatsnew | |
parent | 1557cff0258e69189c1edd7c6b2ec71d21dd6650 (diff) | |
download | cpython-be2415487ab80e4bd5ace2954651e78b107b17e4.zip cpython-be2415487ab80e4bd5ace2954651e78b107b17e4.tar.gz cpython-be2415487ab80e4bd5ace2954651e78b107b17e4.tar.bz2 |
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386)
Follow up to 11749e2dc20ad6a76e9a39e948853e89b2b4bbed
(cherry picked from commit 2e41df4d60d71a2551b9605d07321f75cfb52adf)
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.3.rst | 2 |
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", # ... } |