Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Similarly to `AnalyticsTracker`, the `output.py` file defines the "output" side
of the Analytics service. If you want to extract the events you logged in using
`AnalyticsTracker`, you'd use the `AnalyticsRetriever` class.

Creating an `AnalyticsTracker` instance is identical to the `AnalyticsTracker`:
Creating an `AnalyticsRetriever` instance is identical to the `AnalyticsTracker`:

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

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

## Running the Sample
Expand Down