]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Tue, 27 Jul 2021 08:57:52 +0000 (10:57 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 08:57:52 +0000 (10:57 +0200)
Follow up to 11749e2dc20ad6a76e9a39e948853e89b2b4bbed

Doc/howto/ipaddress.rst
Doc/library/http.server.rst
Doc/whatsnew/2.3.rst
Misc/HISTORY

index 46ba69a59b6a7b3923bc8b8d74995d436d5c7ff7..e852db98156facc8c80540bf12afba237cfdd28f 100644 (file)
@@ -32,7 +32,7 @@ A Note on IP Versions
 ---------------------
 
 For readers that aren't particularly familiar with IP addressing, it's
-important to know that the internet protocol is currently in the process
+important to know that the Internet Protocol (IP) is currently in the process
 of moving from version 4 of the protocol to version 6. This transition is
 occurring largely because version 4 of the protocol doesn't provide enough
 addresses to handle the needs of the whole world, especially given the
index 1aa0cba8fbc293fbe3fc667335879974e493e9cc..5ffe6baa12bde2284eac71a2d899df838e745f36 100644 (file)
@@ -14,7 +14,7 @@
 
 --------------
 
-This module defines classes for implementing HTTP servers (web servers).
+This module defines classes for implementing HTTP servers.
 
 
 .. warning::
index 7d093026336360c9e7fc75b4e0f01b861ad1841a..cf5552064cf4a66d121156dae19c1908d4bf9aaf 100644 (file)
@@ -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",
          # ...
          }
 
index 2046b0a918cc3ba460fbefb2a1ea3ea70a57a7e4..32d814c31bfd1462358a8d2925a42cad0fc50e54 100644 (file)
@@ -31454,7 +31454,7 @@ aimed at a web server, checks that server for dead links.  Available
 are a command line utility as well as a Tkinter based GUI version.  In
 Tools/webchecker.  A simplified version of this program is dissected
 in my article in O'Reilly's WWW Journal, the issue on Scripting
-Languages (Vol 2, No 2); Scripting the web with Python (pp 97-120).
+Languages (Vol 2, No 2); Scripting the Web with Python (pp 97-120).
 Includes a parser for robots.txt files by Skip Montanaro.
 
 - New small tools: cvsfiles.py (prints a list of all files under CVS