]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a small typo in the docs (GH-26991) (GH-27003)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Jul 2021 18:15:49 +0000 (11:15 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Jul 2021 18:15:49 +0000 (15:15 -0300)
(cherry picked from commit a79e2b6497f7d31017c01a41a290a9b3349398fe)

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

index efddc6f7be5e719d395ed2a3785699827d5921d2..0746d9ac52a7bc0ab8719b8222ad219ad511815e 100644 (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.