File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ async def finalize(
334
334
335
335
336
336
class _ChunkCoordsByteSlice (NamedTuple ):
337
- """Holds a chunk's coordinates and it's byte range in a serialized shard."""
337
+ """Holds a chunk's coordinates and its byte range in a serialized shard."""
338
338
339
339
coords : ChunkCoords
340
340
byte_slice : slice
@@ -765,7 +765,7 @@ async def _load_partial_shard_maybe(
765
765
all_chunk_coords : set [ChunkCoords ],
766
766
) -> ShardMapping | None :
767
767
"""
768
- Read bytes from `byte_getter` for the case where the read is less than a full shard.
768
+ Read chunks from `byte_getter` for the case where the read is less than a full shard.
769
769
Returns a mapping of chunk coordinates to bytes.
770
770
"""
771
771
shard_index = await self ._load_shard_index_maybe (byte_getter , chunks_per_shard )
You can’t perform that action at this time.
0 commit comments