From ad5f4c2138d637b72cfacc0f35160f8f24d8f5f6 Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Thu, 5 Dec 2024 13:28:03 -0500 Subject: [PATCH] Swap file for instance in comment --- librarian_background/rolling_deletion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian_background/rolling_deletion.py b/librarian_background/rolling_deletion.py index 7fa4db8..c720223 100644 --- a/librarian_background/rolling_deletion.py +++ b/librarian_background/rolling_deletion.py @@ -30,7 +30,7 @@ class RollingDeletion(Task): store_name: str "Name of the store to delete instances from" age_in_days: float - "Age of the instances to delete, in days; older files will be deleted if they pass the checks" + "Age of the instances to delete, in days; older instances will be deleted if they pass the checks" number_of_remote_copies: int = 3 "Number of remote copies that must be available to delete the file"