From d00202ab026d0ddc151caf2b8c32ae0cce32a02d Mon Sep 17 00:00:00 2001 From: Hemant Sachdeva Date: Tue, 7 Jun 2022 14:11:10 +0530 Subject: [PATCH] client: uploader: typo in description (#65) Signed-off-by: Hemant Sachdeva --- tusclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tusclient/client.py b/tusclient/client.py index 98c4d51..6e6add1 100644 --- a/tusclient/client.py +++ b/tusclient/client.py @@ -43,7 +43,7 @@ def uploader(self, *args, **kwargs) -> Uploader: """ Return uploader instance pointing at current client instance. - Return uplaoder instance with which you can control the upload of a specific + Return uploader instance with which you can control the upload of a specific file. The current instance of the tus client is passed to the uploader on creation. :Args: