Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Spacca committed Dec 8, 2023
1 parent 566b99f commit 44abcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def wrapper(

iterator = func(storage, range_start, body, is_gzipped)
# if we know it's a single json we wrap the iterator with _collect_single
# and mark the object as json as started
# and mark the object as json and started
if storage.json_content_type == "single":
iterator = _collect_single(iterator=iterator)
json_collector_state.is_a_json_object = True
Expand Down

0 comments on commit 44abcf9

Please sign in to comment.