From: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) Date: Sat, 3 Jul 2021 14:04:57 +0000 (+0530) Subject: Fix a small typo in the docs (GH-26991) X-Git-Tag: v3.11.0a1~740 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a79e2b6497f7d31017c01a41a290a9b3349398fe;p=thirdparty%2FPython%2Fcpython.git Fix a small typo in the docs (GH-26991) --- diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 3cc9dff2d4cc..01b646c226e6 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -490,7 +490,7 @@ Customize Memory Allocators Debug hooks on the Python memory allocators =========================================== -When :ref:`Python is built is debug mode `, the +When :ref:`Python is built in debug mode `, the :c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python preinitialization ` to setup debug hooks on Python memory allocators to detect memory errors.