mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix minor typo: 'web site' -> 'website' (GH-140561)
This commit is contained in:
parent
947bb4642c
commit
08115d241a
4 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue