From 792f4a8c7be7c1ec8dbebc24db15780e1392c2e8 Mon Sep 17 00:00:00 2001 From: Connor Doyle Date: Wed, 1 Apr 2015 14:39:20 -0700 Subject: [PATCH] Fixed doc block for util.CustomJsonRenderer.str_coerce. --- dcos/api/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """