File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
jupyter_server/services/contents Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ def _checkpoints_class_default(self):
122
122
always_delete_dir = Bool (
123
123
False ,
124
124
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.""" ,
130
130
)
131
131
132
132
@default ("files_handler_class" )
You can’t perform that action at this time.
0 commit comments