Skip to content

Commit

Permalink
Update examples/python_example.py
Browse files Browse the repository at this point in the history
call the client a Client.
  • Loading branch information
sivy committed Nov 12, 2012
1 parent 6061c3b commit 5953c66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/python_example.py
Expand Up @@ -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
Expand Down

0 comments on commit 5953c66

Please sign in to comment.