summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-08-16 16:10:44 (GMT)
committerGitHub <noreply@github.com>2023-08-16 16:10:44 (GMT)
commitf2a9dfdee9de381e4adf29a7f1e2aec56580bfda (patch)
tree11cc22f9851694ccf1c4349b6b4d0e869a84bf7a /Doc/library
parent42429d3b9adb8af1eadcfa155f6e8422a254ec67 (diff)
downloadcpython-f2a9dfdee9de381e4adf29a7f1e2aec56580bfda.zip
cpython-f2a9dfdee9de381e4adf29a7f1e2aec56580bfda.tar.gz
cpython-f2a9dfdee9de381e4adf29a7f1e2aec56580bfda.tar.bz2
GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)
Drop reference to Distutils in ``site.USER_BASE``
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/site.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst
index 44f90a3..ff9e910 100644
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -189,7 +189,7 @@ Module contents
:func:`getuserbase` hasn't been called yet. Default value is
:file:`~/.local` for UNIX and macOS non-framework builds,
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
- :file:`{%APPDATA%}\\Python` for Windows. This value is used by Distutils to
+ :file:`{%APPDATA%}\\Python` for Windows. This value is used to
compute the installation directories for scripts, data files, Python modules,
etc. for the :ref:`user installation scheme <inst-alt-install-user>`.
See also :envvar:`PYTHONUSERBASE`.