Skip to content

Commit 77003de

Browse files
committed
Move versionadded in -m section
1 parent 2cea6bf commit 77003de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/profile.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ profile another script. For example::
142142

143143
Specifies that a module is being profiled instead of a script.
144144

145-
.. versionadded:: 3.7
146-
Added the ``-m`` option to :mod:`cProfile`.
145+
.. versionadded:: 3.7
146+
Added the ``-m`` option to :mod:`cProfile`.
147147

148-
.. versionadded:: 3.8
149-
Added the ``-m`` option to :mod:`profile`.
148+
.. versionadded:: 3.8
149+
Added the ``-m`` option to :mod:`profile`.
150150

151151
The :mod:`pstats` module's :class:`~pstats.Stats` class has a variety of methods
152152
for manipulating and printing the data saved into a profile results file::

0 commit comments

Comments
 (0)