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:
Miss Islington (bot) 2020-12-16 15:18:39 -08:00 committed by GitHub
parent 78062e07bc
commit 2fba8445a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 This method returns an instance of StatsProfile, which contains a mapping
of function names to instances of FunctionProfile. Each FunctionProfile of function names to instances of FunctionProfile. Each FunctionProfile