diff options
author | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2021-07-03 14:04:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 14:04:57 (GMT) |
commit | a79e2b6497f7d31017c01a41a290a9b3349398fe (patch) | |
tree | 74aec275108cfd687feead9a8a60232874c61015 | |
parent | 1097384ce964dd63686b1aac706cd0fa764c2dc9 (diff) | |
download | cpython-a79e2b6497f7d31017c01a41a290a9b3349398fe.zip cpython-a79e2b6497f7d31017c01a41a290a9b3349398fe.tar.gz cpython-a79e2b6497f7d31017c01a41a290a9b3349398fe.tar.bz2 |
Fix a small typo in the docs (GH-26991)
-rw-r--r-- | Doc/c-api/memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 3cc9dff..01b646c 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 <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. |