Skip to content

Commit e08c673

Browse files
authored
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
1 parent 0048c60 commit e08c673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ memory from the Python heap.
306306
307307
.. note::
308308
There is no guarantee that the memory returned by these allocators can be
309-
succesfully casted to a Python object when intercepting the allocating
309+
successfully casted to a Python object when intercepting the allocating
310310
functions in this domain by the methods described in
311311
the :ref:`Customize Memory Allocators <customize-memory-allocators>` section.
312312

0 commit comments

Comments
 (0)