Skip to content

Commit ef9c335

Browse files
committed
s
1 parent 5454bfa commit ef9c335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckanext/datastore/blueprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def build_dump_context(
114114
may pass them in to skip the query entirely.
115115
"""
116116
sp = search_params or {}
117-
# If the caller already provide total and fields, we can skip the DB query here
117+
# If the caller already provides total and fields, we can skip the DB query here
118118
if total is None or fields is None:
119119
ds_context = {'user': user} if user is not None else {}
120120
result = get_action('datastore_search')(

0 commit comments

Comments
 (0)