8000 Fix indentation for get_stats_profile() docs (GH-23618) · python/cpython@a6ba2b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6ba2b9

Browse files
authored
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().
1 parent 051b981 commit a6ba2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Analysis of the profiler data is done using the :class:`~pstats.Stats` class.
525525
ordering are identical to the :meth:`~pstats.Stats.print_callers` method.
526526

527527

528-
.. method:: get_stats_profile()
528+
.. method:: get_stats_profile()
529529

530530
This method returns an instance of StatsProfile, which contains a mapping
531531
of function names to instances of FunctionProfile. Each FunctionProfile

0 commit comments

Comments
 (0)
0