Skip to content

Commit 499e69e

Browse files
authored
Merge pull request #112 from hugovk/3.15-gh-140727-dashes-to-dots
2 parents c697764 + d667578 commit 499e69e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Doc/library/debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
***********************
2-
Debugging and Profiling
2+
Debugging and profiling
33
***********************
44

55
These libraries help you with Python development: the debugger enables you to

Doc/library/profiling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ continue to work without modification in all future Python versions.
266266
.. toctree::
267267
:maxdepth: 1
268268

269-
profiling-tracing.rst
270-
profiling-sampling.rst
269+
profiling.tracing.rst
270+
profiling.sampling.rst
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ another script or module:
8484

8585
.. code-block:: shell-session
8686
87-
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | myscript.py)
87+
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | script.py)
8888
8989
This runs the specified script or module under the profiler and prints the
9090
results to standard output (or saves them to a file).

Doc/library/superseded.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _superseded:
22

33
******************
4-
Superseded Modules
4+
Superseded modules
55
******************
66

77
The modules described in this chapter have been superseded by other modules

0 commit comments

Comments
 (0)