diff options
author | xzmeng <aumo@foxmail.com> | 2023-08-29 00:14:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 00:14:21 (GMT) |
commit | 88f1c5b454c34efc167a94b5e2d67ec042834e5b (patch) | |
tree | 2421729f63e878985aae4d5ce946d016b06dbe16 /Doc/using/configure.rst | |
parent | 5c68cba268c07bac165834ad5c72448b195327c4 (diff) | |
download | cpython-88f1c5b454c34efc167a94b5e2d67ec042834e5b.zip cpython-88f1c5b454c34efc167a94b5e2d67ec042834e5b.tar.gz cpython-88f1c5b454c34efc167a94b5e2d67ec042834e5b.tar.bz2 |
Fix misc doc typos (#108592)
Diffstat (limited to 'Doc/using/configure.rst')
-rw-r--r-- | Doc/using/configure.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 50f60ee..6279b0e 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -230,7 +230,7 @@ Install Options Install architecture-independent files in PREFIX. On Unix, it defaults to :file:`/usr/local`. - This value can be retrived at runtime using :data:`sys.prefix`. + This value can be retrieved at runtime using :data:`sys.prefix`. As an example, one can use ``--prefix="$HOME/.local/"`` to install a Python in its home directory. @@ -239,7 +239,7 @@ Install Options Install architecture-dependent files in EPREFIX, defaults to :option:`--prefix`. - This value can be retrived at runtime using :data:`sys.exec_prefix`. + This value can be retrieved at runtime using :data:`sys.exec_prefix`. .. cmdoption:: --disable-test-modules |