https://github.com/python/cpython/commit/bb4e747654b73b1c3e9b23de1c294268ce9e0fe6
commit: bb4e747654b73b1c3e9b23de1c294268ce9e0fe6
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-08-16T20:24:17+03:00
summary:

[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 3663b2ad54c9e15775a605facf69da8f5ee8d335)

Co-authored-by: Terry Jan Reedy <[email protected]>

files:
M Doc/library/profile.rst

diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst
index b6e51dffc40157..89433af5d879da 100644
--- a/Doc/library/profile.rst
+++ b/Doc/library/profile.rst
@@ -499,7 +499,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::

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to