summaryrefslogtreecommitdiffstats
path: root/Doc/install/index.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-07-29 06:16:27 (GMT)
committerGitHub <noreply@github.com>2023-07-29 06:16:27 (GMT)
commitd514e1439f396d984f4f886e19c47f56e565a7d1 (patch)
tree6df838d562651896fcc16482f7ed9ac6c51a6fe8 /Doc/install/index.rst
parent34e6e14602ae5d03040f8fa38f4a841c9fe66e10 (diff)
downloadcpython-d514e1439f396d984f4f886e19c47f56e565a7d1.zip
cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.tar.gz
cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.tar.bz2
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)
(cherry picked from commit f2d07d3289947d10b065b2bb7670c8fb6b6582f2)
Diffstat (limited to 'Doc/install/index.rst')
-rw-r--r--Doc/install/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 443c75b..ffb4a20 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -778,7 +778,7 @@ Notes:
(2)
On Unix, if the :envvar:`HOME` environment variable is not defined, the user's
- home directory will be determined with the :func:`getpwuid` function from the
+ home directory will be determined with the :func:`~pwd.getpwuid` function from the
standard :mod:`pwd` module. This is done by the :func:`os.path.expanduser`
function used by Distutils.