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
6060Both the :mod: `profile ` and :mod: `profiling.tracing ` modules provide the
6161following functions:
@@ -175,8 +175,8 @@ during the called command/function execution) no profiling results will be
175175printed.
176176
177177
178- Differences from :mod: `profiling.tracing `
179- =========================================
178+ Differences from :mod: `! profiling.tracing `
179+ ==========================================
180180
181181The :mod: `profile ` module differs from :mod: `profiling.tracing ` in several
182182ways:
@@ -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