10000 [3.12] GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (G… · python/cpython@305169e · GitHub
[go: up one dir, main page]

Skip to content

Commit 305169e

Browse files
[3.12] GH-92584: Drop reference to Distutils in site.USER_BASE (GH-108031) (#108039)
GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (GH-108031) Drop reference to Distutils in ``site.USER_BASE`` (cherry picked from commit f2a9dfd) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 91d935b commit 305169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
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)
0