We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00f418 commit c5b0895Copy full SHA for c5b0895
Doc/library/tracemalloc.rst
@@ -723,7 +723,7 @@ Traceback
723
:attr:`Traceback.total_nframe` attribute. That allows one to know if a traceback
724
has been truncated by the traceback limit.
725
726
- The :attr:`Trace.traceback` attribute is a class:`Traceback` instance.
+ The :attr:`Trace.traceback` attribute is a :class:`Traceback` instance.
727
728
.. versionchanged:: 3.7
729
Frames are now sorted from the oldest to the most recent, instead of most recent to oldest.
0 commit comments