Skip to content

Commit c197810

Browse files
committed
fix spelling mistake
1 parent e2c89b9 commit c197810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/create_gcs_query_plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def create_query_plan(tool_urls, countries, languages):
154154
# cr: Google Country Collection value
155155
# lr: Google Language Collection value
156156

157-
# Groupp 1: All tools without cr or lr
157+
# Group 1: All tools without cr or lr
158158
# subtotal: 652
159159
for identifier, tool in tool_data.items():
160160
plan.append({"TOOL_URL": tool.url, "TOOL_IDENTIFIER": identifier})

0 commit comments

Comments
 (0)