]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a small typo in the docs (GH-26991)
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Sat, 3 Jul 2021 14:04:57 +0000 (19:34 +0530)
committerGitHub <noreply@github.com>
Sat, 3 Jul 2021 14:04:57 +0000 (11:04 -0300)
Doc/c-api/memory.rst

index 3cc9dff2d4cc35aeab8ef4982e7b74aee45da0dd..01b646c226e6d9c44b569b4f71017ee4a63fa736 100644 (file)
@@ -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.