Skip to content

Commit b32a553

Browse files
Fix typo in three additional occurences
1 parent e779473 commit b32a553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/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)