]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: fix typo and duplicate word in configure.rst (GH-121410) (#121532)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jul 2024 12:40:59 +0000 (14:40 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 12:40:59 +0000 (12:40 +0000)
(cherry picked from commit 9ba2a4638d7b620c939face7642b2f53a9fadc4b)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/using/configure.rst

index 2a1f06e2d286ffb2816d15ddcfe497ac66718ff4..2c73c224e4e8a122d488b0d3c6dd7db7e11bc7de 100644 (file)
@@ -427,7 +427,7 @@ Options for third-party dependencies
 .. option:: PANEL_CFLAGS
 .. option:: PANEL_LIBS
 
-   C compiler and Linker flags for PANEL, overriding ``pkg-config``.
+   C compiler and linker flags for PANEL, overriding ``pkg-config``.
 
    C compiler and linker flags for ``libpanel`` or ``libpanelw``, used by
    :mod:`curses.panel` module, overriding ``pkg-config``.
@@ -615,7 +615,7 @@ also be used to improve performance.
 
 .. option:: --without-mimalloc
 
-   Disable the fast mimalloc allocator :ref:`mimalloc <mimalloc>`
+   Disable the fast :ref:`mimalloc <mimalloc>` allocator
    (enabled by default).
 
    See also :envvar:`PYTHONMALLOC` environment variable.