Skip to content

Commit a79e2b6

Browse files
Fix a small typo in the docs (GH-26991)
1 parent 1097384 commit a79e2b6

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
@@ -490,7 +490,7 @@ Customize Memory Allocators
490490
Debug hooks on the Python memory allocators
491491
===========================================
492492
493-
When :ref:`Python is built is debug mode <debug-build>`, the
493+
When :ref:`Python is built in debug mode <debug-build>`, the
494494
:c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python
495495
preinitialization <c-preinit>` to setup debug hooks on Python memory allocators
496496
to detect memory errors.

0 commit comments

Comments
 (0)