mirror of https://github.com/python/cpython
Fix a small typo in the docs (GH-26991)
This commit is contained in:
parent
1097384ce9
commit
a79e2b6497
|
@ -490,7 +490,7 @@ Customize Memory Allocators
|
|||
Debug hooks on the Python memory allocators
|
||||
===========================================
|
||||
|
||||
When :ref:`Python is built is debug mode <debug-build>`, the
|
||||
When :ref:`Python is built in debug mode <debug-build>`, the
|
||||
:c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python
|
||||
preinitialization <c-preinit>` to setup debug hooks on Python memory allocators
|
||||
to detect memory errors.
|
||||
|
|
Loading…
Reference in New Issue