Skip to content

Commit 86e1fed

Browse files
Fix typo in C API Type Object Structures documentation (#154249)
1 parent 9cfa08c commit 86e1fed

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)