Skip to content

Commit a5f7f0e

Browse files
authored
Fix spelling of pstat save type in api docs
1 parent 07f419d commit a5f7f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This method saves the current profile stats to file at `path`. 
101101
`type` indicates the target type that the profile stats will be saved in.
102102

103103
Can be either
104-
[`"pstats"`](http://docs.python.org/3.3/library/profile.html?highlight=pstat#pstats.Stats.print_stats) or
104+
[`"pstat"`](http://docs.python.org/3.3/library/profile.html?highlight=pstat#pstats.Stats.print_stats) or
105105
[`"callgrind"`](http://kcachegrind.sourceforge.net/html/CallgrindFormat.html).
106106

107107
#### `print_all(out=sys.stdout)`

0 commit comments

Comments
 (0)