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.
2 parents ea7c377 + a5f7f0e commit 1736058Copy full SHA for 1736058
doc/api.md
@@ -109,7 +109,7 @@ This method saves the current profile stats to file at `path`.
109
`type` indicates the target type that the profile stats will be saved in.
110
111
Can be either
112
-[`"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
113
[`"callgrind"`](http://kcachegrind.sourceforge.net/html/CallgrindFormat.html).
114
115
#### `print_all(out=sys.stdout)`
0 commit comments