Fix indentation for get_stats_profile() docs (GH-23618)
The existing method is indented one too many times which makes it look like a sub-method of print_callees().
This commit is contained in:
parent
051b981867
commit
a6ba2b9015
|
@ -525,7 +525,7 @@ Analysis of the profiler data is done using the :class:`~pstats.Stats` class.
|
|||
ordering are identical to the :meth:`~pstats.Stats.print_callers` method.
|
||||
|
||||
|
||||
.. method:: get_stats_profile()
|
||||
.. method:: get_stats_profile()
|
||||
|
||||
This method returns an instance of StatsProfile, which contains a mapping
|
||||
of function names to instances of FunctionProfile. Each FunctionProfile
|
||||
|
|
Loading…
Reference in New Issue