Skip to content
Merged

Typos #111

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datadog/api/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def request(cls, method, path, body=None, attach_host_name=False, response_forma
:param path: API endpoint url
:type path: url

:param body: dictionnary to be sent in the body of the request
:param body: dictionary to be sent in the body of the request
:type body: dictionary

:param response_formatter: function to format JSON response from HTTP API request
Expand All @@ -50,7 +50,7 @@ def request(cls, method, path, body=None, attach_host_name=False, response_forma
:param attach_host_name: link the new resource object to the host name
:type attach_host_name: bool

:param params: dictionnary to be sent in the query string of the request
:param params: dictionary to be sent in the query string of the request
:type params: dictionary

:returns: JSON or formated response from HTTP API request
Expand Down