From 026bdda22172f5381d64358a3daac002c6c2ddad Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 16 Aug 2025 10:08:37 -0400 Subject: [PATCH] gh-137846: Add missing 'be' to profile doc. Insert 'be' into 'will interpreted'. --- Doc/library/profile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index c5b88c22325404..0d96232658bddf 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -791,7 +791,7 @@ Analysis of the profiler data is done using the :class:`~pstats.Stats` class. significant entries. Initially, the list is taken to be the complete set of profiled functions. Each restriction is either an integer (to select a count of lines), or a decimal fraction between 0.0 and 1.0 inclusive (to - select a percentage of lines), or a string that will interpreted as a + select a percentage of lines), or a string that will be interpreted as a regular expression (to pattern match the standard name that is printed). If several restrictions are provided, then they are applied sequentially. For example::