Render returned dictionaries Fixes #24775 (#24777)

plugin.rst.j2 was out of sync with syntax validator
pull/24782/head
John R Barker 8 years ago committed by GitHub
parent 5741712a09
commit f338dd2fc3

@ -164,7 +164,7 @@ Common return values are documented here :doc:`common_return_values`, the follow
<td align=center> @{ returndocs[entry].type }@ </td>
<td align=center> @{ returndocs[entry].sample}@ </td>
</tr>
{% if returndocs[entry].type == 'dictionary' %}
{% if returndocs[entry].type == 'complex' %}
<tr><td>contains: </td>
<td colspan=4>
<table border=1 cellpadding=2>

Loading…
Cancel
Save