Skip to content

Commit d7376db

Browse files
authored
Merge pull request #108 from hugovk/3.15-gh-140727
2 parents ecfda31 + e39ed69 commit d7376db

File tree

8 files changed

+156
-142
lines changed

8 files changed

+156
-142
lines changed

Doc/library/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following modules have a command-line interface.
3333
* :mod:`poplib`
3434
* :ref:`profiling.sampling <profiling-sampling>`
3535
* :ref:`profiling.tracing <profiling-tracing-cli>`
36-
* :mod:`pstats`
36+
* :ref:`pstats <pstats-cli>`
3737
* :ref:`py_compile <py_compile-cli>`
3838
* :mod:`pyclbr`
3939
* :mod:`pydoc`

Doc/library/profile.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _profile:
22

33
****************************************
4-
:mod:`!profile` --- Pure Python Profiler
4+
:mod:`!profile` --- Pure Python profiler
55
****************************************
66

77
.. module:: profile
@@ -54,8 +54,8 @@ a straightforward migration path.
5454
continue to work without modification.
5555

5656

57-
:mod:`!profile` and :mod:`profiling.tracing` Module Reference
58-
=============================================================
57+
:mod:`!profile` and :mod:`!profiling.tracing` module reference
58+
==============================================================
5959

6060
Both the :mod:`profile` and :mod:`profiling.tracing` modules provide the
6161
following functions:
@@ -175,8 +175,8 @@ during the called command/function execution) no profiling results will be
175175
printed.
176176

177177

178-
Differences from :mod:`profiling.tracing`
179-
=========================================
178+
Differences from :mod:`!profiling.tracing`
179+
==========================================
180180

181181
The :mod:`profile` module differs from :mod:`profiling.tracing` in several
182182
ways:
@@ -199,7 +199,7 @@ extend for custom profiling behavior.
199199

200200
.. _deterministic-profiling:
201201

202-
What Is Deterministic Profiling?
202+
What is deterministic profiling?
203203
================================
204204

205205
:dfn:`Deterministic profiling` is meant to reflect the fact that all *function

0 commit comments

Comments
 (0)