]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fix some typos in `Doc/library` (#132511)
authorYongzi Li <1538321957@qq.com>
Mon, 14 Apr 2025 13:24:46 +0000 (21:24 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Apr 2025 13:24:46 +0000 (13:24 +0000)
Doc/library/sys.rst
Doc/library/sys_path_init.rst
Doc/library/test.rst

index dbb5817d34038a2481f712f8444e3875fee15a06..fbfd5e1e75b7662d765fe8f06092a41eeb91f925 100644 (file)
@@ -130,7 +130,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
 
 .. data:: base_exec_prefix
 
-   Equivalent to :data:`exec_prefix`, but refering to the base Python installation.
+   Equivalent to :data:`exec_prefix`, but referring to the base Python installation.
 
    When running under :ref:`sys-path-init-virtual-environments`,
    :data:`exec_prefix` gets overwritten to the virtual environment prefix.
@@ -143,7 +143,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
 
 .. data:: base_prefix
 
-   Equivalent to :data:`prefix`, but refering to the base Python installation.
+   Equivalent to :data:`prefix`, but referring to the base Python installation.
 
    When running under :ref:`virtual environment <venv-def>`,
    :data:`prefix` gets overwritten to the virtual environment prefix.
index 18fe32d9c7f10a3a2976d80c496a23db5d737456..a37bb59e7cec760507cf20186e8a37af6165b67b 100644 (file)
@@ -97,7 +97,7 @@ Please refer to :mod:`site`'s
 .. note::
 
    There are other ways how "virtual environments" could be implemented, this
-   documentation referes implementations based on the ``pyvenv.cfg`` mechanism,
+   documentation refers implementations based on the ``pyvenv.cfg`` mechanism,
    such as :mod:`venv`. Most virtual environment implementations follow the
    model set by :mod:`venv`, but there may be exotic implementations that
    diverge from it.
index 8c06a2b04bfaa55872840a68c5c96417cf0a9eaf..0aae14c15a610484c1454cc3f3bcedf646ff93b5 100644 (file)
@@ -853,7 +853,7 @@ The :mod:`test.support` module defines the following functions:
 
 .. function:: linked_with_musl()
 
-   Return ``False`` if there is no evidence the interperter was compiled with
+   Return ``False`` if there is no evidence the interpreter was compiled with
    ``musl``, otherwise return a version triple, either ``(0, 0, 0)`` if the
    version is unknown, or the actual version if it is known.  Intended for use
    in ``skip`` decorators.  ``emscripten`` and ``wasi`` are assumed to be