Skip to content

Commit e87dcb3

Browse files
Fix typo in combined_loader.py documentation (#17256)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5c5ce60 commit e87dcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/utilities/combined_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class CombinedLoader(Iterable):
187187
through the rest of the iterables.
188188
* ``max_size``: stops after the longest iterable (the one with most items) is done, while returning None
189189
for the exhausted iterables.
190-
* ``sequential``: completely consumes ecah iterable sequentially, and returns a triplet
190+
* ``sequential``: completely consumes each iterable sequentially, and returns a triplet
191191
``(data, idx, iterable_idx)``
192192
193193
Examples:

0 commit comments

Comments
 (0)