mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
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().
(cherry picked from commit a6ba2b9015
)
Co-authored-by: Matthew Suozzo <msuozzo@google.com>
This commit is contained in:
parent
78062e07bc
commit
2fba8445a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue