We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5454bfa commit ef9c335Copy full SHA for ef9c335
1 file changed
ckanext/datastore/blueprint.py
@@ -114,7 +114,7 @@ def build_dump_context(
114
may pass them in to skip the query entirely.
115
"""
116
sp = search_params or {}
117
- # If the caller already provide total and fields, we can skip the DB query here
+ # If the caller already provides total and fields, we can skip the DB query here
118
if total is None or fields is None:
119
ds_context = {'user': user} if user is not None else {}
120
result = get_action('datastore_search')(
0 commit comments