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.
pstat
1 parent 07f419d commit a5f7f0eCopy full SHA for a5f7f0e
doc/api.md
@@ -101,7 +101,7 @@ This method saves the current profile stats to file at `path`.
101
`type` indicates the target type that the profile stats will be saved in.
102
103
Can be either
104
-[`"pstats"`](http://docs.python.org/3.3/library/profile.html?highlight=pstat#pstats.Stats.print_stats) or
+[`"pstat"`](http://docs.python.org/3.3/library/profile.html?highlight=pstat#pstats.Stats.print_stats) or
105
[`"callgrind"`](http://kcachegrind.sourceforge.net/html/CallgrindFormat.html).
106
107
#### `print_all(out=sys.stdout)`
0 commit comments