Skip to content

Commit 2974c5b

Browse files
committed
hyperlink and wording fix
Changed AnalyticsTracker to AnalyticsRetriever, since that is what the topic was discussing. Fixed the bottle.py hyperlink, since it was trying to link relative instead of the bottlepy.org webpage.
1 parent 4a4fd30 commit 2974c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/analytics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Similarly to `AnalyticsTracker`, the `output.py` file defines the "output" side
7373
of the Analytics service. If you want to extract the events you logged in using
7474
`AnalyticsTracker`, you'd use the `AnalyticsRetriever` class.
7575

76-
Creating an `AnalyticsTracker` instance is identical to the `AnalyticsTracker`:
76+
Creating an `AnalyticsRetriever` instance is identical to the `AnalyticsTracker`:
7777

7878
```python
7979
from analytics.output import AnalyticsRetriever
@@ -138,7 +138,7 @@ you can see a graph of events over time, properties, etc.
138138

139139
We make use of the excellent open source
140140
[flot](http://code.google.com/p/flot/) graphing library to render
141-
our Javascript graphs. We also use the [`bottle.py`](bottlepy.org)
141+
our Javascript graphs. We also use the [`bottle.py`](http://bottlepy.org)
142142
micro-web framework.
143143

144144
## Running the Sample

0 commit comments

Comments
 (0)