Skip to content

Commit c81a0ea

Browse files
authored
Update pyspark-notebook/ipython_kernel_config.py
1 parent 8e804c5 commit c81a0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspark-notebook/ipython_kernel_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# With IPython >= 6.0.0, all outputs to stdout/stderr are captured.
55
# It is the case for subprocesses and output of compiled libraries like Spark.
66
# Those logs now both head to notebook logs and in notebooks outputs.
7-
# Logs are particularly verbose with Spark, this why we turn them off through this flag.
7+
# Logs are particularly verbose with Spark, that is why we turn them off through this flag.
88
# <https://github.com/jupyter/docker-stacks/issues/1423>
99

1010
# Attempt to capture and forward low-level output, e.g. produced by Extension

0 commit comments

Comments
 (0)