Skip to content

Commit 5bc4e7d

Browse files
Alex Hagermansrowen
authored andcommitted
[SPARK-25933][DOCUMENTATION] Fix pstats.Stats() reference in configuration.md
## What changes were proposed in this pull request? Change ptats.Stats() to pstats.Stats() for `spark.python.profile.dump` in configuration.md. ## How was this patch tested? Doc test Closes apache#22933 from AlexHagerman/doc_fix. Authored-by: Alex Hagerman <[email protected]> Signed-off-by: Sean Owen <[email protected]> (cherry picked from commit 1a7abf3) Signed-off-by: Sean Owen <[email protected]>
1 parent 881a604 commit 5bc4e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Apart from these, the following properties are also available, and may be useful
445445
<td>
446446
The directory which is used to dump the profile result before driver exiting.
447447
The results will be dumped as separated file for each RDD. They can be loaded
448-
by ptats.Stats(). If this is specified, the profile result will not be displayed
448+
by <code>pstats.Stats()</code>. If this is specified, the profile result will not be displayed
449449
automatically.
450450
</td>
451451
</tr>

0 commit comments

Comments
 (0)