Skip to content

Commit c5b0895

Browse files
Update Doc/library/tracemalloc.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent c00f418 commit c5b0895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tracemalloc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Traceback
723723
:attr:`Traceback.total_nframe` attribute. That allows one to know if a traceback
724724
has been truncated by the traceback limit.
725725

726-
The :attr:`Trace.traceback` attribute is a class:`Traceback` instance.
726+
The :attr:`Trace.traceback` attribute is a :class:`Traceback` instance.
727727

728728
.. versionchanged:: 3.7
729729
Frames are now sorted from the oldest to the most recent, instead of most recent to oldest.

0 commit comments

Comments
 (0)