]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in C API Type Object Structures documentation (#154249)
authorMichael Newman <michael.b.newman@gmail.com>
Mon, 20 Jul 2026 10:07:05 +0000 (06:07 -0400)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 10:07:05 +0000 (12:07 +0200)
Doc/c-api/typeobj.rst

index 16dcb880712d244be54f600b30fd4a18de0c5c63..4000f8aa1d4c0c7b1f68ee06b3a4f8eef2480875 100644 (file)
@@ -3051,7 +3051,7 @@ Buffer Object Structures
 
    * Resource cleanup when the counter reaches zero must be done atomically,
      as the final release may race with concurrent releases from other
-     threads and dellocation must only happen once.
+     threads and deallocation must only happen once.
 
    The exporter MUST use the :c:member:`~Py_buffer.internal` field to keep
    track of buffer-specific resources. This field is guaranteed to remain