Skip to content

Commit f838806

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skillsnetwork/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def prepare(
224224
:param verbose=True: Prints saved path if True.
225225
:param overwrite=False: If True, overwrites any existing files at destination.
226226
:raise InvalidURLException: When URL is invalid.
227-
:raise FileExistsError: When a file to be symlinked already exists and `overwrite=False`.
227+
:raise FileExistsError: When a file to be symlinked already exists and overwrite is False.
228228
:raise ValueError: When requested path is in /tmp, or cannot be saved to path.
229229
"""
230230

0 commit comments

Comments
 (0)