File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,9 @@ async def prepare(
222
222
:param url: The URL to download the dataset from.
223
223
:param path: The path the dataset will be available at. Current working directory by default.
224
224
:param verbose=True: Prints saved path if True.
225
- :param overwrite=False: Overwrites any existing files at destination if they exist .
225
+ :param overwrite=False: If True, overwrites any existing files at destination.
226
226
:raise InvalidURLException: When URL is invalid.
227
- :raise FileExistsError: it raises this when a file to be symlinked already exists.
227
+ :raise FileExistsError: When a file to be symlinked already exists and `overwrite=False` .
228
228
:raise ValueError: When requested path is in /tmp, or cannot be saved to path.
229
229
"""
230
230
You can’t perform that action at this time.
0 commit comments