Fix a small typo in the docs (GH-26991)

This commit is contained in:
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 2021-07-03 19:34:57 +05:30 committed by GitHub
parent 1097384ce9
commit a79e2b6497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.