Skip to content

Commit 8e57743

Browse files
committed
Minor docs changes
1 parent e009ea0 commit 8e57743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skillsnetwork/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)