mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
This commit is contained in:
parent
0048c60f01
commit
e08c67372d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue