Fix up comment

This commit is contained in:
Erik Johnston 2018-02-12 13:50:47 +00:00
parent 231426db5f
commit 0e0c652212

View file

@ -74,7 +74,7 @@ class _S3DownloadThread(threading.Thread):
Args: Args:
bucket (str): The S3 bucket which may have the file bucket (str): The S3 bucket which may have the file
key (str): The key of 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 resolved with an _S3Responder instance, if it doesn't
exist then resolves with None. exist then resolves with None.