From: JT Date: Fri, 30 Apr 2021 22:35:07 +0000 (-0700) Subject: bpo-43928: Fix 'succesfully' typo in document (GH-25569) X-Git-Tag: v3.10.0b1~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e08c67372d62236409da296353827985a3202e8a;p=thirdparty%2FPython%2Fcpython.git bpo-43928: Fix 'succesfully' typo in document (GH-25569) --- diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 1cb0990f5d01..efddc6f7be5e 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.