Fixed doc block for util.CustomJsonRenderer.str_coerce.

This commit is contained in:
Connor Doyle
2015-04-01 14:39:20 -07:00
parent 538cfcdd22
commit 792f4a8c7b

View File

@@ -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
"""