Skip to content

Commit 1736058

Browse files
authored
Merge pull request #13 from zvyn/patch-2
Fix spelling of `pstat` save type in api docs
2 parents ea7c377 + a5f7f0e commit 1736058

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
@@ -109,7 +109,7 @@ This method saves the current profile stats to file at `path`. 
109109
`type` indicates the target type that the profile stats will be saved in.
110110

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

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

0 commit comments

Comments
 (0)