From: Terry Jan Reedy Date: Sat, 16 Aug 2025 14:29:47 +0000 (-0400) Subject: gh-137846: Add missing 'be' to profile doc. (#137856) X-Git-Tag: v3.15.0a1~668 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3663b2ad54c9e15775a605facf69da8f5ee8d335;p=thirdparty%2FPython%2Fcpython.git gh-137846: Add missing 'be' to profile doc. (#137856) Insert 'be' into 'will interpreted'. --- diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index c5b88c223254..0d96232658bd 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::