diff --git a/docs/configuration.md b/docs/configuration.md index 03251866873dc..791b6f2aa3261 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -211,9 +211,9 @@ Apart from these, the following properties are also available, and may be useful false Enable profiling in Python worker, the profile result will show up by `sc.show_profiles()`, - or it will be showed up before the driver exiting. It also can be dumped into disk by - `sc.dump_profiles(path)`. If some of the profile results had been showed up maually, - they will not be showed up automatically before driver exiting. + or it will be displayed before the driver exiting. It also can be dumped into disk by + `sc.dump_profiles(path)`. If some of the profile results had been displayed maually, + they will not be displayed automatically before driver exiting. @@ -222,7 +222,7 @@ Apart from these, the following properties are also available, and may be useful The directory which is used to dump the profile result before driver exiting. The results will be dumped as separated file for each RDD. They can be loaded - by ptats.Stats(). If this is specified, the profile result will not be showed up + by ptats.Stats(). If this is specified, the profile result will not be displayed automatically.