]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Nov 2025 13:11:08 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 13:11:08 +0000 (14:11 +0100)
(cherry picked from commit 08115d241a724a4769599993f654f77abcdebf5a)

Co-authored-by: commitWithTisha <tishaa1010@gmail.com>
Doc/library/http.cookiejar.rst
Doc/library/urllib.robotparser.rst
Doc/tutorial/index.rst
Doc/tutorial/whatnow.rst

index 251aea891c3f9897b168154dea7ed5020f2bde46..fcb0069b760e59b94d31c8f7a72aa71671c572de 100644 (file)
@@ -12,7 +12,7 @@
 --------------
 
 The :mod:`http.cookiejar` module defines classes for automatic handling of HTTP
-cookies.  It is useful for accessing web sites that require small pieces of data
+cookies.  It is useful for accessing websites that require small pieces of data
 -- :dfn:`cookies` -- to be set on the client machine by an HTTP response from a
 web server, and then returned to the server in later HTTP requests.
 
index 016fcdc75da67a7878f5827b94ed9cd5ce41d0da..674f646c633bbd1062f25e7df7bf76a2e24ef2e9 100644 (file)
@@ -19,7 +19,7 @@
 
 This module provides a single class, :class:`RobotFileParser`, which answers
 questions about whether or not a particular user agent can fetch a URL on the
-web site that published the :file:`robots.txt` file.  For more details on the
+website that published the :file:`robots.txt` file.  For more details on the
 structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
 
 
index d0bf77dc40d0a1392d2ccb33cc1c5d1eddf28391..20fe161be4acc26d0a2cbb665262be58c1060ce0 100644 (file)
@@ -15,7 +15,7 @@ together with its interpreted nature, make it an ideal language for scripting
 and rapid application development in many areas on most platforms.
 
 The Python interpreter and the extensive standard library are freely available
-in source or binary form for all major platforms from the Python web site,
+in source or binary form for all major platforms from the Python website,
 https://www.python.org/, and may be freely distributed. The same site also
 contains distributions of and pointers to many free third party Python modules,
 programs and tools, and additional documentation.
index dbe2d7fc09927e2192a6fc2d7a58b15f11cbd5d9..359cf80a7b2ecf856772e26de13e08c930f62285 100644 (file)
@@ -30,7 +30,7 @@ the set are:
 
 More Python resources:
 
-* https://www.python.org:  The major Python web site.  It contains code,
+* https://www.python.org:  The major Python website.  It contains code,
   documentation, and pointers to Python-related pages around the web.
 
 * https://docs.python.org:  Fast access to Python's  documentation.