]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
authorJT <jeffreytse.mail@gmail.com>
Fri, 30 Apr 2021 22:35:07 +0000 (15:35 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 22:35:07 +0000 (18:35 -0400)
Doc/c-api/memory.rst

index 1cb0990f5d0115610b8cf85791c044ea4ccf34dc..efddc6f7be5e719d395ed2a3785699827d5921d2 100644 (file)
@@ -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 <customize-memory-allocators>` section.