]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fix typo and duplicate word in configure.rst (#121410)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Tue, 9 Jul 2024 12:24:37 +0000 (09:24 -0300)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 12:24:37 +0000 (14:24 +0200)
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.