Skip to content

Commit 7d485fe

Browse files
[3.15] Fix typo in C API Type Object Structures documentation (GH-154249) (#154250)
(cherry picked from commit 86e1fed) Co-authored-by: Michael Newman <michael.b.newman@gmail.com>
1 parent 4aae128 commit 7d485fe

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
@@ -3051,7 +3051,7 @@ Buffer Object Structures
30513051

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

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

0 commit comments

Comments
 (0)