Merge pull request #52 from fud/master

Fixing a small spelling mistake.
This commit is contained in:
Andy McKay 2014-04-29 17:49:18 -07:00
commit 9fbeede27a
1 changed files with 1 additions and 1 deletions

View File

@ -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'