[Python-checkins] bpo-43928: Fix 'succesfully' typo in document (GH-25569)

terryjreedy webhook-mailer at python.org
Fri Apr 30 18:35:14 EDT 2021


https://github.com/python/cpython/commit/e08c67372d62236409da296353827985a3202e8a
commit: e08c67372d62236409da296353827985a3202e8a
branch: master
author: JT <jeffreytse.mail at gmail.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2021-04-30T18:35:07-04:00
summary:

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

files:
M Doc/c-api/memory.rst

diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index 1cb0990f5d0115..efddc6f7be5e71 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 <customize-memory-allocators>` section.
 



More information about the Python-checkins mailing list