diff --git a/dcos/api/util.py b/dcos/api/util.py index a22f5d3..af24424 100644 --- a/dcos/api/util.py +++ b/dcos/api/util.py @@ -264,7 +264,7 @@ class CustomJsonRenderer(pystache.Renderer): for string interpolation is not a string). :param val: the mustache template to render - :type val: str + :type val: any :returns: a string containing a JSON representation of the value :rtype: str """