Skip to content

Commit 9978802

Browse files
Update Doc/library/profile.rst
1 parent 4ea5e4c commit 9978802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ functions:
301301

302302
The *sort* parameter specifies the sorting order of the displayed
303303
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>.
304+
multi-level sorting, as in :func:`Stats.sort_stats <pstats.Stats.sort_stats>`.
305305

306306
.. versionadded:: 3.13
307307
:meth:`~Profile.print_stats` now accepts a tuple of keys.

0 commit comments

Comments
 (0)