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(
222222 :param url: The URL to download the dataset from.
223223 :param path: The path the dataset will be available at. Current working directory by default.
224224 :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.
226226 :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` .
228228 :raise ValueError: When requested path is in /tmp, or cannot be saved to path.
229229 """
230230
You can’t perform that action at this time.
0 commit comments