Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8686e commit 9ba2a46Copy full SHA for 9ba2a46
1 file changed
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