Skip to content

Commit c6ab21e

Browse files
author
Thomas Pughe
committed
reference inherited non permanent delete function in driveItem.permanent_delete function comment to make it easier to find
1 parent d4021b0 commit c6ab21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

office365/onedrive/driveitems/driveItem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def permanent_delete(self):
549549
"""
550550
Permanently delete a driveItem.
551551
Note that if you delete items using this method, they will be permanently removed and won't be sent to the
552-
recycle bin. Therefore, they cannot be restored afterward.
552+
recycle bin. Therefore, they cannot be restored afterward. For non-permanent delete, use delete_object()
553553
"""
554554
qry = ServiceOperationQuery(self, "permanentDelete")
555555
self.context.add_query(qry)

0 commit comments

Comments
 (0)