Skip to content

Commit

Permalink
Update an weired indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Feb 29, 2016
1 parent 8fbad40 commit 9ca920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/readwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def csv(self, path, mode=None):
* ``ignore``: Silently ignore this operation if data already exists.
* ``error`` (default case): Throw an exception if data already exists.
You can set the following CSV-specific option(s) for writing CSV files:
You can set the following CSV-specific option(s) for writing CSV files:
* ``compression`` (default ``None``): compression codec to use when saving to file.
This can be one of the known case-insensitive shorten names
(``bzip2``, ``gzip``, ``lz4``, and ``snappy``).
Expand Down

0 comments on commit 9ca920b

Please sign in to comment.