Skip to content

Commit 2099e87

Browse files
committed
formatting
1 parent 923ec3c commit 2099e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pina/data/data_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def __init__(
278278
be in the range [0, 1].
279279
:param float val_size: Fraction of elements in the validation split. It
280280
must be in the range [0, 1].
281-
:param int batch_size: The batch size used for training. If ``None``,
281+
:param int batch_size: The batch size used for training. If ``None``,
282282
the entire dataset is returned in a single batch.
283283
Default is ``None``.
284284
:param bool shuffle: Whether to shuffle the dataset before splitting.

0 commit comments

Comments
 (0)