File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ tracemalloc C API
533533
534534.. versionadded :: 3.7
535535
536- .. c:function: int PyTraceMalloc_Track(unsigned int domain, uintptr_t ptr, size_t size)
536+ .. c :function :: int PyTraceMalloc_Track (unsigned int domain, uintptr_t ptr, size_t size)
537537
538538 Track an allocated memory block in the :mod:`tracemalloc` module.
539539
@@ -542,7 +542,7 @@ tracemalloc C API
542542
543543 If memory block is already tracked, update the existing trace.
544544
545- .. c:function: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
545+ .. c:function:: int PyTraceMalloc_Untrack(unsigned int domain, uintptr_t ptr)
546546
547547 Untrack an allocated memory block in the :mod:`tracemalloc` module.
548548 Do nothing if the block was not tracked.
You can’t perform that action at this time.
0 commit comments