We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
site.USER_BASE
1 parent 42429d3 commit f2a9dfdCopy full SHA for f2a9dfd
Doc/library/site.rst
@@ -189,7 +189,7 @@ Module contents
189
:func:`getuserbase` hasn't been called yet. Default value is
190
:file:`~/.local` for UNIX and macOS non-framework builds,
191
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
192
- :file:`{%APPDATA%}\\Python` for Windows. This value is used by Distutils to
+ :file:`{%APPDATA%}\\Python` for Windows. This value is used to
193
compute the installation directories for scripts, data files, Python modules,
194
etc. for the :ref:`user installation scheme <inst-alt-install-user>`.
195
See also :envvar:`PYTHONUSERBASE`.
0 commit comments