We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a3f5e commit 133f7bdCopy full SHA for 133f7bd
Doc/library/profile.rst
@@ -499,7 +499,7 @@ Analysis of the profiler data is done using the :class:`~pstats.Stats` class.
499
significant entries. Initially, the list is taken to be the complete set
500
of profiled functions. Each restriction is either an integer (to select a
501
count of lines), or a decimal fraction between 0.0 and 1.0 inclusive (to
502
- 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
503
regular expression (to pattern match the standard name that is printed).
504
If several restrictions are provided, then they are applied sequentially.
505
For example::
0 commit comments