From 8c2ff46b58e14a361c8982ab99d8bf9807ed1747 Mon Sep 17 00:00:00 2001 From: Brenton Bills Date: Wed, 30 Apr 2014 09:24:11 +1000 Subject: [PATCH] Fixing a small spelling mistake. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d8ae084..23e560a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -133,7 +133,7 @@ For example:: statsd.incr('response.200') Django statsd will choose the client as specified in your config and send the -data to it. You can change you client by specifying it in the config, the +data to it. You can change your client by specifying it in the config, the default is:: STATSD_CLIENT = 'django_statsd.clients.normal'