From 0e0c652212976edbc8a138dc790f88239f549fbf Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 12 Feb 2018 13:50:47 +0000 Subject: [PATCH] Fix up comment --- s3_storage_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3_storage_provider.py b/s3_storage_provider.py index 0c1180b..9dc46b4 100644 --- a/s3_storage_provider.py +++ b/s3_storage_provider.py @@ -74,7 +74,7 @@ class _S3DownloadThread(threading.Thread): Args: bucket (str): The S3 bucket which may have the file key (str): The key of the file - deferred (Deferred[_S3Responder|None]): If files exists + deferred (Deferred[_S3Responder|None]): If file exists resolved with an _S3Responder instance, if it doesn't exist then resolves with None.