diff --git a/office365/onedrive/driveitems/driveItem.py b/office365/onedrive/driveitems/driveItem.py index 4f094434..be8f0bd3 100644 --- a/office365/onedrive/driveitems/driveItem.py +++ b/office365/onedrive/driveitems/driveItem.py @@ -549,7 +549,7 @@ def permanent_delete(self): """ Permanently delete a driveItem. Note that if you delete items using this method, they will be permanently removed and won't be sent to the - recycle bin. Therefore, they cannot be restored afterward. + recycle bin. Therefore, they cannot be restored afterward. For non-permanent delete, use delete_object() """ qry = ServiceOperationQuery(self, "permanentDelete") self.context.add_query(qry)