bpo-43928: Fix 'succesfully' typo in document (GH-25569)

This commit is contained in:
JT 2021-04-30 15:35:07 -07:00 committed by GitHub
parent 0048c60f01
commit e08c67372d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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