Skip to content

Commit c0b0062

Browse files
committed
Docstring typo fix
1 parent 4943871 commit c0b0062

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
@@ -126,7 +126,7 @@ def _verify_files_dont_exist(
126126
) -> None:
127127
"""
128128
Verifies all paths in 'paths' don't exist.
129-
:param paths: A iterable of strs or pathlib.Paths.
129+
:param paths: A iterable of pathlib.Paths.
130130
:param remove_if_exist=False: Removes file at path if they already exist.
131131
:returns: None
132132
:raises FileExistsError: On the first path found that already exists if remove_if_exist is False.

0 commit comments

Comments
 (0)