Skip to content

Commit 24639bc

Browse files
committed
[SPARK-2470] fix whitespace for doctest
1 parent 7d557b7 commit 24639bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
spark.executorEnv.VAR4=value4
5151
spark.home=/path
5252
>>> sorted(conf.getAll(), key=lambda p: p[0])
53-
[(u'spark.executorEnv.VAR1', u'value1'), (u'spark.executorEnv.VAR3', u'value3'),\
53+
[(u'spark.executorEnv.VAR1', u'value1'), (u'spark.executorEnv.VAR3', u'value3'), \
5454
(u'spark.executorEnv.VAR4', u'value4'), (u'spark.home', u'/path')]
5555
"""
5656

0 commit comments

Comments
 (0)