Skip to content

Commit 2b0daf2

Browse files
committed
fix docs
1 parent 7a56c24 commit 2b0daf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ Apart from these, the following properties are also available, and may be useful
211211
<td>false</td>
212212
<td>
213213
Enable profiling in Python worker, the profile result will show up by `sc.show_profiles()`,
214-
or it will be showed up before the driver exiting. It also can be dumped into disk by
215-
`sc.dump_profiles(path)`. If some of the profile results had been showed up maually,
216-
they will not be showed up automatically before driver exiting.
214+
or it will be displayed before the driver exiting. It also can be dumped into disk by
215+
`sc.dump_profiles(path)`. If some of the profile results had been displayed maually,
216+
they will not be displayed automatically before driver exiting.
217217
</td>
218218
</tr>
219219
<tr>
@@ -222,7 +222,7 @@ Apart from these, the following properties are also available, and may be useful
222222
<td>
223223
The directory which is used to dump the profile result before driver exiting.
224224
The results will be dumped as separated file for each RDD. They can be loaded
225-
by ptats.Stats(). If this is specified, the profile result will not be showed up
225+
by ptats.Stats(). If this is specified, the profile result will not be displayed
226226
automatically.
227227
</tr>
228228
<tr>

0 commit comments

Comments
 (0)