Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 7430fa4

Browse files
committed
Fix spelling
1 parent 40888f0 commit 7430fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycave/data/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
tensors: One or more tensors of shape ``[num_datapoints, *]``. For each index, this
4444
dataset returns all tensors' values at that index as tuples.
4545
batch_size: The batch size to use. Ignored if ``sampler`` is provided. If set to
46-
``None``, each batch retuns the full data.
46+
``None``, each batch returns the full data.
4747
sampler: A batch sampler which provides either slices or batches of indices to gather
4848
from the dataset. By default, it uses :class:`pycave.data.TensorBatchSampler`.
4949
collate_fn: A collation function which transforms a batch of items into another type.

0 commit comments

Comments
 (0)