Skip to content

Commit d00202a

Browse files
client: uploader: typo in description (#65)
Signed-off-by: Hemant Sachdeva <hemant.evolver@gmail.com>
1 parent 7be792f commit d00202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tusclient/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def uploader(self, *args, **kwargs) -> Uploader:
4343
"""
4444
Return uploader instance pointing at current client instance.
4545
46-
Return uplaoder instance with which you can control the upload of a specific
46+
Return uploader instance with which you can control the upload of a specific
4747
file. The current instance of the tus client is passed to the uploader on creation.
4848
4949
:Args:

0 commit comments

Comments
 (0)