[3.11] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) by miss-islington · Pull Request #108757 · python/cpython
Python provides two hooks to let you customize it: :mod:`sitecustomize` and :mod:`usercustomize`. To see how it works, you need first to find the location Python provides two hooks to let you customize it: :index:`sitecustomize` and :index:`usercustomize`. To see how it works, you need first to find the location of your user site-packages directory. Start Python and run this code::
>>> import site
:mod:`sitecustomize` works in the same way, but is typically created by an :index:`sitecustomize` works in the same way, but is typically created by an administrator of the computer in the global site-packages directory, and is imported before :mod:`usercustomize`. See the documentation of the :mod:`site` imported before :index:`usercustomize`. See the documentation of the :mod:`site` module for more details.