From c81a0eae4a51fedab5fbe88d89dab3475b6e9c1a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 9 Jan 2022 11:54:24 +0300 Subject: [PATCH] Update pyspark-notebook/ipython_kernel_config.py --- pyspark-notebook/ipython_kernel_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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