Skip to content

Commit 3663b2a

Browse files
authored
gh-137846: Add missing 'be' to profile doc. (#137856)
Insert 'be' into 'will interpreted'.
1 parent 5c0231c commit 3663b2a

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

0 commit comments

Comments
 (0)