Skip to content

Commit 3091c1b

Browse files
author
Jon Wayne Parrott
committed
Fixing region tag
Change-Id: Ifacdaafd9684e73c04545692c804acd1d4260c91
1 parent c632f3e commit 3091c1b

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/analytics

1 file changed

+1
-1
lines changed

appengine/standard/analytics/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def track_example():
5959
category='Example',
6060
action='test action')
6161
return 'Event tracked.'
62-
# [STOP track_event]
62+
# [END track_event]
6363

6464

6565
@app.errorhandler(500)

0 commit comments

Comments
 (0)