Skip to content

Commit 5b88a65

Browse files
[3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976)
(cherry picked from commit 08115d2) Co-authored-by: commitWithTisha <[email protected]>
1 parent e5266fc commit 5b88a65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Doc/library/http.cookiejar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--------------
1313

1414
The :mod:`http.cookiejar` module defines classes for automatic handling of HTTP
15-
cookies. It is useful for accessing web sites that require small pieces of data
15+
cookies. It is useful for accessing websites that require small pieces of data
1616
-- :dfn:`cookies` -- to be set on the client machine by an HTTP response from a
1717
web server, and then returned to the server in later HTTP requests.
1818

Doc/library/urllib.robotparser.rst

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

2020
This module provides a single class, :class:`RobotFileParser`, which answers
2121
questions about whether or not a particular user agent can fetch a URL on the
22-
web site that published the :file:`robots.txt` file. For more details on the
22+
website that published the :file:`robots.txt` file. For more details on the
2323
structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
2424

2525

Doc/tutorial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ together with its interpreted nature, make it an ideal language for scripting
1515
and rapid application development in many areas on most platforms.
1616

1717
The Python interpreter and the extensive standard library are freely available
18-
in source or binary form for all major platforms from the Python web site,
18+
in source or binary form for all major platforms from the Python website,
1919
https://www.python.org/, and may be freely distributed. The same site also
2020
contains distributions of and pointers to many free third party Python modules,
2121
programs and tools, and additional documentation.

Doc/tutorial/whatnow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the set are:
3030

3131
More Python resources:
3232

33-
* https://www.python.org: The major Python web site. It contains code,
33+
* https://www.python.org: The major Python website. It contains code,
3434
documentation, and pointers to Python-related pages around the web.
3535

3636
* https://docs.python.org: Fast access to Python's documentation.

0 commit comments

Comments
 (0)