We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a90a5d commit 7de00beCopy full SHA for 7de00be
1 file changed
examples/planning/generate_historical_metrics.py
@@ -48,7 +48,7 @@ def main(client, customer_id, keyword_plan_id):
48
# variants included in the response.
49
print(
50
f"The search query, '{metric.search_query}', (and the following "
51
- f"variants: {', '.join(metrics.close_variants)}), generated the "
+ f"variants: {', '.join(metric.close_variants)}), generated the "
52
"following historical metrics:"
53
)
54
0 commit comments