Skip to content

Commit

Permalink
Merge pull request #101 from emad/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
yannmh committed Nov 16, 2015
2 parents b5f7d6d + 03c678d commit 13a1e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datadog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def initialize(api_key=None, app_key=None, host_name=None, api_host=None,
certificate store, or False to skip SSL verification
:type cacert: path or boolean
:param mute: Mute any ApiError or ClientError before they escape from datadog.api.HTTPClient (default: True).
:param mute: Mute any ApiError or ClientError before they escape \
from datadog.api.HTTPClient (default: True).
:type mute: boolean
"""
# API configuration
Expand Down

0 comments on commit 13a1e4b

Please sign in to comment.