Skip to content

Commit 7de00be

Browse files
authored
Fix bug in generate_historical_metrics example. (#705)
1 parent 3a90a5d commit 7de00be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/planning/generate_historical_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main(client, customer_id, keyword_plan_id):
4848
# variants included in the response.
4949
print(
5050
f"The search query, '{metric.search_query}', (and the following "
51-
f"variants: {', '.join(metrics.close_variants)}), generated the "
51+
f"variants: {', '.join(metric.close_variants)}), generated the "
5252
"following historical metrics:"
5353
)
5454

0 commit comments

Comments
 (0)