From 51eb0be80a0e4901618d5499c3d760a44d6aef46 Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Wed, 9 Apr 2025 18:10:14 +0200 Subject: [PATCH] Update python-client/wmill/wmill/client.py Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> --- python-client/wmill/wmill/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-client/wmill/wmill/client.py b/python-client/wmill/wmill/client.py index 47a1c21154..6d29dc186f 100644 --- a/python-client/wmill/wmill/client.py +++ b/python-client/wmill/wmill/client.py @@ -980,7 +980,7 @@ def write_s3_file( @init_global_client def sign_s3_objects(s3_objects: list[S3Object]) -> list[str]: """ - Sign S3 objects to be used by anonmous users in public apps + Sign S3 objects to be used by anonymous users in public apps Returns a list of signed s3 tokens """ return _client.sign_s3_objects(s3_objects)