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 4cccb55 commit b083716Copy full SHA for b083716
Doc/library/profile.rst
@@ -302,8 +302,8 @@ functions:
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. A key can be either an integer, a string, or a
305
- SortKey enum identifying the basis of a sort (for example: -1,
306
- 'time', 'name', SortKey.TIME, or SortKey.NAME).
+ SortKey enum identifying the basis of a sort (for example: ``-1``,
+ ``'time'``, ``'name'``, ``SortKey.TIME``, or ``SortKey.NAME``).
307
308
.. versionadded:: 3.13
309
:meth:`~Profile.print_stats` now accepts a single key or a tuple of keys.
0 commit comments