Skip to content

Commit bea618d

Browse files
Fix a small typo in the docs (GH-26991) (GH-27003)
(cherry picked from commit a79e2b6) Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <[email protected]> Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <[email protected]>
1 parent 33022f9 commit bea618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Customize Memory Allocators
488488
Debug hooks on the Python memory allocators
489489
===========================================
490490
491-
When :ref:`Python is built is debug mode <debug-build>`, the
491+
When :ref:`Python is built in debug mode <debug-build>`, the
492492
:c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python
493493
preinitialization <c-preinit>` to setup debug hooks on Python memory allocators
494494
to detect memory errors.

0 commit comments

Comments
 (0)