From eb59eb830d364b8f8d6afc0942271cec52a2ea63 Mon Sep 17 00:00:00 2001 From: Ross Gray Date: Fri, 20 Dec 2024 11:09:39 +0000 Subject: [PATCH] Fix typo --- posthog/temporal/batch_exports/s3_batch_export.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/posthog/temporal/batch_exports/s3_batch_export.py b/posthog/temporal/batch_exports/s3_batch_export.py index bc2b16fd261a2..1ca1139f8b60c 100644 --- a/posthog/temporal/batch_exports/s3_batch_export.py +++ b/posthog/temporal/batch_exports/s3_batch_export.py @@ -456,9 +456,8 @@ class S3HeartbeatDetails(BatchExportRangeHeartbeatDetails): Attributes: upload_state: State to continue a S3MultiPartUpload when activity execution resumes. - files_uploaded: The number of files we have uploaded so far. - uploading (we sometimes upload several multi-part uploads in a single - activity) + files_uploaded: The number of files we have uploaded so far + (we can upload several multi-part uploads in a single activity) """ upload_state: S3MultiPartUploadState | None = None