From f338dd2fc32010ce678a43d9680368efe23b4ccd Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 18 May 2017 15:13:33 +0100 Subject: [PATCH] Render returned dictionaries Fixes #24775 (#24777) plugin.rst.j2 was out of sync with syntax validator --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 00d17e4f0da..2c56df7bde7 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -164,7 +164,7 @@ Common return values are documented here :doc:`common_return_values`, the follow @{ returndocs[entry].type }@ @{ returndocs[entry].sample}@ - {% if returndocs[entry].type == 'dictionary' %} + {% if returndocs[entry].type == 'complex' %} contains: