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 151e280 commit c20aa92Copy full SHA for c20aa92
Doc/library/cmdline.rst
@@ -33,7 +33,7 @@ The following modules have a command-line interface.
33
* :mod:`poplib`
34
* :ref:`profiling.sampling <profiling-sampling>`
35
* :ref:`profiling.tracing <profiling-tracing-cli>`
36
-* :mod:`pstats`
+* :ref:`pstats <pstats-cli>`
37
* :ref:`py_compile <py_compile-cli>`
38
* :mod:`pyclbr`
39
* :mod:`pydoc`
Doc/library/pstats.rst
@@ -336,6 +336,8 @@ The :class:`!Stats` class
336
Sort by internal time (time in function excluding subcalls).
337
338
339
+.. _pstats-cli:
340
+
341
Command-line interface
342
======================
343
0 commit comments