Skip to content

Commit 24c1f78

Browse files
author
Bartek Kwiecien
committed
Fixed typo in docs [skip ci]
1 parent 887e2e6 commit 24c1f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/uploading_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To upload in-memory bytes:
4747
bytes_to_upload = b'content'
4848
4949
cli = Client('<FILESTACK_APIKEY>')
50-
filelink = cli.uploads(file_obj=io.BytesIO(bytes_to_upload))
50+
filelink = cli.upload(file_obj=io.BytesIO(bytes_to_upload))
5151
5252
5353
External urls

0 commit comments

Comments
 (0)