Skip to content

Commit 1e29e45

Browse files
authored
Fix typo in add_new_videos function documentation. (#2129)
True and False were inverse when explaining what each input produces regarding the copy_videos flag.
1 parent 1559dca commit 1e29e45

File tree

1 file changed

+2
-1
lines changed
  • deeplabcut/create_project

1 file changed

+2
-1
lines changed

deeplabcut/create_project/add.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def add_new_videos(
2525
A list of strings containing the full paths of the videos to include in the project.
2626
2727
copy_videos : bool, optional
28-
If this is set to True, the symlink of the videos are copied to the project/videos directory. The default is
28+
If this is set to True, the videos will be copied to your project/videos directory. If False, the symlink of the
29+
videos will be copied instead. The default is
2930
``False``; if provided it must be either ``True`` or ``False``.
3031
3132
coords: list, optional

0 commit comments

Comments
 (0)