Skip to content

Commit 9ca920b

Browse files
committed
Update an weired indentation
1 parent 8fbad40 commit 9ca920b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def csv(self, path, mode=None):
520520
* ``ignore``: Silently ignore this operation if data already exists.
521521
* ``error`` (default case): Throw an exception if data already exists.
522522
523-
You can set the following CSV-specific option(s) for writing CSV files:
523+
You can set the following CSV-specific option(s) for writing CSV files:
524524
* ``compression`` (default ``None``): compression codec to use when saving to file.
525525
This can be one of the known case-insensitive shorten names
526526
(``bzip2``, ``gzip``, ``lz4``, and ``snappy``).

0 commit comments

Comments
 (0)