Skip to content

Commit 556062a

Browse files
[3.14] Fix typo in C API Type Object Structures documentation (GH-154249) (#154251)
(cherry picked from commit 86e1fed) Co-authored-by: Michael Newman <michael.b.newman@gmail.com>
1 parent 1fad2bb commit 556062a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/typeobj.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3128,7 +3128,7 @@ Buffer Object Structures
31283128

31293129
* Resource cleanup when the counter reaches zero must be done atomically,
31303130
as the final release may race with concurrent releases from other
3131-
threads and dellocation must only happen once.
3131+
threads and deallocation must only happen once.
31323132

31333133
The exporter MUST use the :c:member:`~Py_buffer.internal` field to keep
31343134
track of buffer-specific resources. This field is guaranteed to remain

0 commit comments

Comments
 (0)