Skip to content

Commit 98fa101

Browse files
fix blank line style error
1 parent 574b564 commit 98fa101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/rdd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def pipe(self, command, env={}, checkCode=False):
693693
694694
>>> sc.parallelize(['1', '2', '', '3']).pipe('cat').collect()
695695
[u'1', u'2', u'', u'3']
696-
696+
697697
:param checkCode: whether or not to check the return value of the shell command.
698698
"""
699699

0 commit comments

Comments
 (0)