Skip to content

Commit

Permalink
fix blank line style error
Browse files Browse the repository at this point in the history
  • Loading branch information
megatron-me-uk committed Jul 7, 2015
1 parent 574b564 commit 98fa101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def pipe(self, command, env={}, checkCode=False):
>>> sc.parallelize(['1', '2', '', '3']).pipe('cat').collect()
[u'1', u'2', u'', u'3']
:param checkCode: whether or not to check the return value of the shell command.
"""

Expand Down

0 comments on commit 98fa101

Please sign in to comment.