Skip to content

Commit d5c6b78

Browse files
committed
Added info comment
1 parent ce2e362 commit d5c6b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awswrangler/s3/_write_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def _load_mode_and_filename_prefix(*, mode: str | None, filename_prefix: str | N
2424
mode = "append"
2525

2626
if mode == "overwrite_files":
27-
# In `overwrite_files` mode, we need create a deterministic
28-
# filename to ensure that the same file is overwritten:
27+
# In `overwrite_files` mode, we need to create a deterministic
28+
# filename to ensure that the same file is always overwritten:
2929
if filename_prefix is None:
3030
filename_prefix = "data"
3131
random_filename_suffix = ""

0 commit comments

Comments
 (0)