Skip to content

Commit bb4e747

Browse files
[3.14] gh-137846: Add missing 'be' to profile doc. (GH-137856) (#137857)
gh-137846: Add missing 'be' to profile doc. (GH-137856) Insert 'be' into 'will interpreted'. (cherry picked from commit 3663b2a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent cfa5ee5 commit bb4e747

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
@@ -499,7 +499,7 @@ Analysis of the profiler data is done using the :class:`~pstats.Stats` class.
499499
significant entries. Initially, the list is taken to be the complete set
500500
of profiled functions. Each restriction is either an integer (to select a
501501
count of lines), or a decimal fraction between 0.0 and 1.0 inclusive (to
502-
select a percentage of lines), or a string that will interpreted as a
502+
select a percentage of lines), or a string that will be interpreted as a
503503
regular expression (to pattern match the standard name that is printed).
504504
If several restrictions are provided, then they are applied sequentially.
505505
For example::

0 commit comments

Comments
 (0)