Skip to content

Commit a0c20fe

Browse files
authored
Fix docstring
1 parent fc612d0 commit a0c20fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ class OptimizePagesJob(BackgroundJob):
26602660

26612661
# ============================================================================
26622662
class CopyBucketJob(BackgroundJob):
2663-
"""Model for tracking job to copy entire s3 bucket"""
2663+
"""Model for tracking job to copy entire 'directory' between s3 buckets"""
26642664

26652665
type: Literal[BgJobType.COPY_BUCKET] = BgJobType.COPY_BUCKET
26662666
prev_storage: StorageRef

0 commit comments

Comments
 (0)