mirror of https://github.com/python/cpython.git
gh-115795: Doc: fix obsolete URL (#115749)
This commit is contained in:
parent
fac99b8b0d
commit
7bc79371a6
|
@ -15,7 +15,7 @@ know about when using Python on Microsoft Windows.
|
||||||
Unlike most Unix systems and services, Windows does not include a system
|
Unlike most Unix systems and services, Windows does not include a system
|
||||||
supported installation of Python. To make Python available, the CPython team
|
supported installation of Python. To make Python available, the CPython team
|
||||||
has compiled Windows installers (MSI packages) with every `release
|
has compiled Windows installers (MSI packages) with every `release
|
||||||
<https://www.python.org/download/releases/>`_ for many years. These installers
|
<https://www.python.org/downloads/>`_ for many years. These installers
|
||||||
are primarily intended to add a per-user installation of Python, with the
|
are primarily intended to add a per-user installation of Python, with the
|
||||||
core interpreter and library being used by a single user. The installer is also
|
core interpreter and library being used by a single user. The installer is also
|
||||||
able to install for all users of a single machine, and a separate ZIP file is
|
able to install for all users of a single machine, and a separate ZIP file is
|
||||||
|
|
Loading…
Reference in New Issue