Skip to content

Commit ff277db

Browse files
committed
update docstring to take Path or str
1 parent 8cb93b5 commit ff277db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/cmi/packsmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def copy_examples(
146146
----------
147147
examples_to_copy : list of str
148148
User-specified pack(s), example(s), or "all" to copy all.
149-
target_dir : pathlib.Path, optional
149+
target_dir : pathlib.Path or str, optional
150150
Target directory to copy examples into. Defaults to current
151151
working directory.
152152
force : bool, optional

0 commit comments

Comments
 (0)