Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0a2025

Browse files
anweshanparthea
andauthored
docs: removes unnecessary period in python sample description (#225)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent d03baa8 commit d0a2025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-analytics-data/samples/snippets/run_pivot_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run_sample():
4040

4141
def run_pivot_report(property_id="YOUR-GA4-PROPERTY-ID"):
4242
"""Runs a pivot query to build a report of session counts by country,
43-
pivoted by the browser dimension.."""
43+
pivoted by the browser dimension."""
4444
client = BetaAnalyticsDataClient()
4545

4646
request = RunPivotReportRequest(

0 commit comments

Comments
 (0)