forked from platypush/platypush
.. schema::
JSON arguments should be comma-separated.
This commit is contained in:
parent
b225b056b0
commit
0c818d3fe0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class RstExtensionsMixin:
|
|||
("[" if obj.many else "")
|
||||
+ "{\n"
|
||||
+ tw.indent(
|
||||
"\n".join(
|
||||
",\n".join(
|
||||
(
|
||||
(
|
||||
"# " + field.metadata["description"] + "\n"
|
||||
|
|
Loading…
Reference in a new issue