Skip to content

Commit

Permalink
Fix docstring regarding shard size (#321)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Nov 18, 2024
1 parent e70a1fd commit 61b8315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_signing/hashing/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 61b8315

Please sign in to comment.