We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3801669 commit 13c6613Copy full SHA for 13c6613
docs/execution/dataloader.rst
@@ -4,7 +4,7 @@ Dataloader
4
DataLoader is a generic utility to be used as part of your application's
5
data fetching layer to provide a simplified and consistent API over
6
various remote data sources such as databases or web services via batching
7
-and caching. It is provided by a seperate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
+and caching. It is provided by a separate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
8
9
10
Batching
0 commit comments