diff --git a/pyspark-notebook/ipython_kernel_config.py b/pyspark-notebook/ipython_kernel_config.py index 8aac8fc7..baca3dab 100644 --- a/pyspark-notebook/ipython_kernel_config.py +++ b/pyspark-notebook/ipython_kernel_config.py @@ -4,7 +4,7 @@ # With IPython >= 6.0.0, all outputs to stdout/stderr are captured. # It is the case for subprocesses and output of compiled libraries like Spark. # Those logs now both head to notebook logs and in notebooks outputs. -# Logs are particularly verbose with Spark, this why we turn them off through this flag. +# Logs are particularly verbose with Spark, that is why we turn them off through this flag. # # Attempt to capture and forward low-level output, e.g. produced by Extension