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 2cea6bf commit 77003deCopy full SHA for 77003de
Doc/library/profile.rst
@@ -142,11 +142,11 @@ profile another script. For example::
142
143
Specifies that a module is being profiled instead of a script.
144
145
-.. versionadded:: 3.7
146
- Added the ``-m`` option to :mod:`cProfile`.
+ .. versionadded:: 3.7
+ Added the ``-m`` option to :mod:`cProfile`.
147
148
-.. versionadded:: 3.8
149
- Added the ``-m`` option to :mod:`profile`.
+ .. versionadded:: 3.8
+ Added the ``-m`` option to :mod:`profile`.
150
151
The :mod:`pstats` module's :class:`~pstats.Stats` class has a variety of methods
152
for manipulating and printing the data saved into a profile results file::
0 commit comments