summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2014-11-05 11:47:52 -0500
committerJames Socol <me@jamessocol.com>2014-11-05 11:47:52 -0500
commitfdd2e81763fa5d127fdbf5565cbc73aff3273694 (patch)
treede7b18cc9629db639e23e2d18ad6c023a4d5ace5
parentc5d7875896656a889394aff23e152324348da952 (diff)
parentdb98f80fbe7793c3f216a3722d33dc46fea18eca (diff)
downloadpystatsd-fdd2e81763fa5d127fdbf5565cbc73aff3273694.tar.gz
Merge pull request #55 from hanleyhansen/patch-1
Typos in types.rst
-rw-r--r--docs/types.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/types.rst b/docs/types.rst
index bc13d72..9f77280 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -11,7 +11,7 @@ performs different aggregation on each of them. The three main types are
The statsd server collects and aggregates in 30 second intervals before
flushing to Graphite_. Graphite usually stores the most recent data in
1-minute averaged buckets, so when you're looking at a graph, for each
-stat you are typically seing the average value over that minute.
+stat you are typically seeing the average value over that minute.
.. _counter-type:
@@ -79,8 +79,8 @@ Graphite, that's usually per minute).
* The *lower bound* is the lowest value statsd saw for that stat during
that time period.
-* The *mean* is the average of all values statsd saw for that stat
-during that time period.
+* The *mean* is the average of all values statsd saw for that stat
+ during that time period.
* The *90th percentile* is a value *x* such that 90% of all the values
statsd saw for that stat during that time period are below *x*, and