Skip to content

Commit f2a9dfd

Browse files
authored
GH-92584: Drop reference to Distutils in site.USER_BASE (#108031)
Drop reference to Distutils in ``site.USER_BASE``
1 parent 42429d3 commit f2a9dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/site.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Module contents
189189
:func:`getuserbase` hasn't been called yet. Default value is
190190
:file:`~/.local` for UNIX and macOS non-framework builds,
191191
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
192-
:file:`{%APPDATA%}\\Python` for Windows. This value is used by Distutils to
192+
:file:`{%APPDATA%}\\Python` for Windows. This value is used to
193193
compute the installation directories for scripts, data files, Python modules,
194194
etc. for the :ref:`user installation scheme <inst-alt-install-user>`.
195195
See also :envvar:`PYTHONUSERBASE`.

0 commit comments

Comments
 (0)