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 5c0231c commit 3663b2aCopy full SHA for 3663b2a
Doc/library/profile.rst
@@ -791,7 +791,7 @@ Analysis of the profiler data is done using the :class:`~pstats.Stats` class.
791
significant entries. Initially, the list is taken to be the complete set
792
of profiled functions. Each restriction is either an integer (to select a
793
count of lines), or a decimal fraction between 0.0 and 1.0 inclusive (to
794
- 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
795
regular expression (to pattern match the standard name that is printed).
796
If several restrictions are provided, then they are applied sequentially.
797
For example::
0 commit comments