From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 16 Dec 2020 23:18:39 +0000 (-0800) Subject: Fix indentation for get_stats_profile() docs (GH-23618) X-Git-Tag: v3.9.2rc1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fba8445a4f31cb96d98bfcc5d5075e6c617187c;p=thirdparty%2FPython%2Fcpython.git 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 a6ba2b901543f3006ecdb2ad8b18cb00439ff9b2) Co-authored-by: Matthew Suozzo --- diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 34525a96f55c..7edabfde0d7f 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -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