From e08c67372d62236409da296353827985a3202e8a Mon Sep 17 00:00:00 2001 From: JT Date: Fri, 30 Apr 2021 15:35:07 -0700 Subject: bpo-43928: Fix 'succesfully' typo in document (GH-25569) --- Doc/c-api/memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 1cb0990..efddc6f 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -306,7 +306,7 @@ memory from the Python heap. .. note:: There is no guarantee that the memory returned by these allocators can be - succesfully casted to a Python object when intercepting the allocating + successfully casted to a Python object when intercepting the allocating functions in this domain by the methods described in the :ref:`Customize Memory Allocators ` section. -- cgit v0.12