Skip to content

Commit 7760159

Browse files
committed
minor clarification
1 parent 9ac8128 commit 7760159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pie_datasets/core/dataset_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def to_json(self, path: Union[str, Path], mode: str = "a", **kwargs) -> None:
195195
196196
Args:
197197
path: path to the output directory
198-
mode: mode for writing the data. Can be either "a" (append) or "w" (overwrite).
198+
mode: mode for writing the data. Can be either "a" (append) or "w" (overwrite). Default is "a".
199199
**kwargs: additional keyword arguments for `json.dump()`
200200
"""
201201

0 commit comments

Comments
 (0)