summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2023-03-15 15:10:03 (GMT)
committerGitHub <noreply@github.com>2023-03-15 15:10:03 (GMT)
commit61b9ff35cbda0cc59816951a17de073968fc25c6 (patch)
tree50772e4807d00fd09a471769a747c47589a2fae4 /Doc/library/sys.rst
parentafa6092ee4260bacf7bc11905466e4c3f8556cbb (diff)
downloadcpython-61b9ff35cbda0cc59816951a17de073968fc25c6.zip
cpython-61b9ff35cbda0cc59816951a17de073968fc25c6.tar.gz
cpython-61b9ff35cbda0cc59816951a17de073968fc25c6.tar.bz2
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 23c5bbe..a53d490 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -1323,7 +1323,7 @@ always available.
A string giving the site-specific directory prefix where the platform
independent Python files are installed; on Unix, the default is
- ``'/usr/local'``. This can be set at build time with the ``--prefix``
+ :file:`/usr/local`. This can be set at build time with the :option:`--prefix`
argument to the :program:`configure` script. See
:ref:`installation_paths` for derived paths.