diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-03 18:15:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 18:15:49 (GMT) |
commit | bea618d780a7b5ce16cd7223983238ee4eeb09c1 (patch) | |
tree | 43a611671e20388850b29bd117685c09d28f389f /Doc/c-api/memory.rst | |
parent | 33022f9e86878c84c605de27aae4bd782ecb8da6 (diff) | |
download | cpython-bea618d780a7b5ce16cd7223983238ee4eeb09c1.zip cpython-bea618d780a7b5ce16cd7223983238ee4eeb09c1.tar.gz cpython-bea618d780a7b5ce16cd7223983238ee4eeb09c1.tar.bz2 |
Fix a small typo in the docs (GH-26991) (GH-27003)
(cherry picked from commit a79e2b6497f7d31017c01a41a290a9b3349398fe)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Diffstat (limited to 'Doc/c-api/memory.rst')
-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 efddc6f..0746d9a 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -488,7 +488,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. |