Skip to content

Commit 002b769

Browse files
committed
Fixing Dataloader docs due to tox issue.
1 parent 12302b7 commit 002b769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/execution/dataloader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Create loaders by providing a batch loading function.
2828
A batch loading function accepts a list of keys, and returns a ``Promise``
2929
which resolves to a list of ``values``.
3030

31-
``DataLoader`` will coalesce all individual loads which occur within a
32-
single frame of execution (executed once the wrapping promise is resolved)
31+
``DataLoader`` will coalesce all individual loads which occur within a
32+
single frame of execution (executed once the wrapping promise is resolved)
3333
and then call your batch function with all requested keys.
3434

3535

0 commit comments

Comments
 (0)