From a991d80d852f8ee59e7c08183108ec3953bafeb6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 18 Nov 2024 15:40:16 -0800 Subject: [PATCH] Fix docstring regarding shard size Signed-off-by: Mihai Maruseac --- src/model_signing/hashing/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model_signing/hashing/file.py b/src/model_signing/hashing/file.py index 109656c0..fda9d8e5 100644 --- a/src/model_signing/hashing/file.py +++ b/src/model_signing/hashing/file.py @@ -253,7 +253,7 @@ def __init__( chunk_size: The amount of file to read at once. Default is 8KB. A special value of 0 signals to attempt to read everything in a single call. - shard_size: The amount of file to read at once. Default is 8KB. + shard_size: The size of a file shard. Default is 1,000,000 bytes. digest_name_override: Optional string to allow overriding the `digest_name` property to support shorter, standardized names. """