Skip to content

Commit

Permalink
docs: removes unnecessary period in python sample description (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
anweshan and parthea authored May 6, 2022
1 parent d03baa8 commit d0a2025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_sample():

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

request = RunPivotReportRequest(
Expand Down

0 comments on commit d0a2025

Please sign in to comment.