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 4ea5e4c commit 9978802Copy full SHA for 9978802
Doc/library/profile.rst
@@ -301,7 +301,7 @@ functions:
301
302
The *sort* parameter specifies the sorting order of the displayed
303
statistics. It accepts a single key or a tuple of keys to enable
304
- multi-level sorting, as in :func:`Stats.sort_stats <pstats.Stats.sort_stats>.
+ multi-level sorting, as in :func:`Stats.sort_stats <pstats.Stats.sort_stats>`.
305
306
.. versionadded:: 3.13
307
:meth:`~Profile.print_stats` now accepts a tuple of keys.
0 commit comments