From 5953c665b2fa37fc43daa99b68dd43de4aa0922c Mon Sep 17 00:00:00 2001 From: Steve Ivy Date: Mon, 12 Nov 2012 09:42:47 -0700 Subject: [PATCH] Update examples/python_example.py call the client a Client. --- examples/python_example.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/python_example.py b/examples/python_example.py index eaf0f393..6a231f47 100644 --- a/examples/python_example.py +++ b/examples/python_example.py @@ -9,8 +9,7 @@ # statsd_port = 8125 # Sends statistics to the stats daemon over UDP -class Statsd(object): - +class StatsdClient(object): def __init__(self, host='localhost', port=8125): self.host = host self.port = port