Fixing a small spelling mistake.

This commit is contained in:
Brenton Bills 2014-04-30 09:24:11 +10:00
parent a57d2023ef
commit 8c2ff46b58
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'