mirror of
https://github.com/python/cpython.git
synced 2026-02-13 18:49:46 +00:00
Fix a small typo in the docs (GH-26991) (GH-27003)
(cherry picked from commit a79e2b6497)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
This commit is contained in:
parent
33022f9e86
commit
bea618d780
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,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…
Add table
Add a link
Reference in a new issue