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

(cherry picked from commit a79e2b6497)

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్  రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్  రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-07-03 11:15:49 -07:00 committed by GitHub
parent 33022f9e86
commit bea618d780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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