]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix indentation for get_stats_profile() docs (GH-23618)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Dec 2020 23:18:39 +0000 (15:18 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 23:18:39 +0000 (01:18 +0200)
commit2fba8445a4f31cb96d98bfcc5d5075e6c617187c
tree0e827a035e37f53cf23165f0f738816cff4863b5
parent78062e07bc7c3b47ffdcdec786b259dda376370c
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 <msuozzo@google.com>
Doc/library/profile.rst