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:
Matthew Suozzo 2020-12-16 18:17:22 -05:00 committed by GitHub
parent 051b981867
commit a6ba2b9015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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