]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-137846: Add missing 'be' to profile doc. (#137856)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Aug 2025 14:29:47 +0000 (10:29 -0400)
committerGitHub <noreply@github.com>
Sat, 16 Aug 2025 14:29:47 +0000 (10:29 -0400)
Insert 'be' into 'will interpreted'.

Doc/library/profile.rst

index c5b88c22325404a75a86bcb93c780f69156ec0f9..0d96232658bddfe24cc31c49a199da421ed313d3 100644 (file)
@@ -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::