Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/debug.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
***********************
Debugging and Profiling
Debugging and profiling
***********************

These libraries help you with Python development: the debugger enables you to
Expand Down
4 changes: 2 additions & 2 deletions Doc/library/profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ continue to work without modification in all future Python versions.
.. toctree::
:maxdepth: 1

profiling-tracing.rst
profiling-sampling.rst
profiling.tracing.rst
profiling.sampling.rst
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ another script or module:

.. code-block:: shell-session
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | myscript.py)
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | script.py)
This runs the specified script or module under the profiler and prints the
results to standard output (or saves them to a file).
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/superseded.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _superseded:

******************
Superseded Modules
Superseded modules
******************

The modules described in this chapter have been superseded by other modules
Expand Down