Skip to content

Commit e3a146e

Browse files
fcollonvalkevin-bates
authored andcommitted
Update always_delete_dir documentation
Co-authored-by: Kevin Bates <[email protected]>
1 parent bc37a81 commit e3a146e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jupyter_server/services/contents/filemanager.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ def _checkpoints_class_default(self):
122122
always_delete_dir = Bool(
123123
False,
124124
config=True,
125-
help="""If True, deleting non-empty directory will always be allowed.
126-
WARNING this may result in files being definitely removed; e.g. on Windows
127-
if the data size is too big for the trash/recycle bin they will be really
128-
deleted. If False (default), non-empty directory will be send to trash only
129-
if safe. And if ``delete_to_trash`` is True, they won't be deleted.""",
125+
help="""If True, deleting a non-empty directory will always be allowed.
126+
WARNING this may result in files being permanently removed; e.g. on Windows,
127+
if the data size is too big for the trash/recycle bin the directory will be permanently
128+
deleted. If False (default), the non-empty directory will be sent to the trash only
129+
if safe. And if ``delete_to_trash`` is True, the directory won't be deleted.""",
130130
)
131131

132132
@default("files_handler_class")

0 commit comments

Comments
 (0)