Skip to content

Commit 8fb6e94

Browse files
authored
Minor - clarify wr.s3.to_csv docs (#730)
1 parent 335ce5a commit 8fb6e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/s3/_write_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def to_csv( # pylint: disable=too-many-arguments,too-many-locals,too-many-state
159159
True to sanitize columns names or False to keep it as is.
160160
True value is forced if `dataset=True`.
161161
dataset : bool
162-
If True store a parquet dataset instead of a ordinary file(s)
162+
If True store as a dataset instead of ordinary file(s)
163163
If True, enable all follow arguments:
164164
partition_cols, mode, database, table, description, parameters, columns_comments, concurrent_partitioning,
165165
catalog_versioning, projection_enabled, projection_types, projection_ranges, projection_values,

0 commit comments

Comments
 (0)