Skip to content

Commit be24154

Browse files
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386)
Follow up to 11749e2 (cherry picked from commit 2e41df4) Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
1 parent 1557cff commit be24154

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Doc/howto/ipaddress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A Note on IP Versions
3232
---------------------
3333

3434
For readers that aren't particularly familiar with IP addressing, it's
35-
important to know that the internet protocol is currently in the process
35+
important to know that the Internet Protocol (IP) is currently in the process
3636
of moving from version 4 of the protocol to version 6. This transition is
3737
occurring largely because version 4 of the protocol doesn't provide enough
3838
addresses to handle the needs of the whole world, especially given the

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
--------------
1616

17-
This module defines classes for implementing HTTP servers (web servers).
17+
This module defines classes for implementing HTTP servers.
1818

1919

2020
.. warning::

Doc/whatsnew/2.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ with older versions of the Distutils::
672672
from distutils import core
673673
kw = {'name': "Quixote",
674674
'version': "0.5.1",
675-
'description': "A highly Pythonic web application framework",
675+
'description': "A highly Pythonic Web application framework",
676676
# ...
677677
}
678678

Misc/HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31454,7 +31454,7 @@ aimed at a web server, checks that server for dead links. Available
3145431454
are a command line utility as well as a Tkinter based GUI version. In
3145531455
Tools/webchecker. A simplified version of this program is dissected
3145631456
in my article in O'Reilly's WWW Journal, the issue on Scripting
31457-
Languages (Vol 2, No 2); Scripting the web with Python (pp 97-120).
31457+
Languages (Vol 2, No 2); Scripting the Web with Python (pp 97-120).
3145831458
Includes a parser for robots.txt files by Skip Montanaro.
3145931459

3146031460
- New small tools: cvsfiles.py (prints a list of all files under CVS

0 commit comments

Comments
 (0)