Skip to content

Commit a6790fa

Browse files
committed
Fix typo
1 parent d13386f commit a6790fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ meant to manage input and output of data into Splunk.
1919
### AnalyticsTracker
2020

2121
The `input.py` file defines the "input" side of the Analytics service. If you
22-
wanted to log some analytics data in your app, you would the `AnalyticsTracker`
22+
wanted to log some analytics data in your app, you would have the `AnalyticsTracker`
2323
class defined in this file in order to do so.
2424

2525
The `AnalyticsTracker` class encapsulates all the information required to log

0 commit comments

Comments
 (0)