We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f4add commit 3efe02eCopy full SHA for 3efe02e
Doc/using/configure.rst
@@ -427,7 +427,7 @@ Options for third-party dependencies
427
.. option:: PANEL_CFLAGS
428
.. option:: PANEL_LIBS
429
430
- C compiler and Linker flags for PANEL, overriding ``pkg-config``.
+ C compiler and linker flags for PANEL, overriding ``pkg-config``.
431
432
C compiler and linker flags for ``libpanel`` or ``libpanelw``, used by
433
:mod:`curses.panel` module, overriding ``pkg-config``.
@@ -615,7 +615,7 @@ also be used to improve performance.
615
616
.. option:: --without-mimalloc
617
618
- Disable the fast mimalloc allocator :ref:`mimalloc <mimalloc>`
+ Disable the fast :ref:`mimalloc <mimalloc>` allocator
619
(enabled by default).
620
621
See also :envvar:`PYTHONMALLOC` environment variable.
0 commit comments