Skip to content

Commit 3519944

Browse files
committed
Updating README.rst ..
1 parent 39eeea5 commit 3519944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Sample User Apps/Modules/Scripts
501501
Every service unit in a serial group is executed/called one after another in sequence.
502502
They need to be enclosed in a pair of square brackets ``[`` ``]`` as the value of the key "``[+++]``" in a JSON dictionary:
503503

504-
.. code-block:: JSON
504+
.. code-block:: python
505505
506506
{
507507
"[+++]": [ {Service Unit 1}, {Service Unit ...} ]
@@ -515,7 +515,7 @@ Sample User Apps/Modules/Scripts
515515

516516
They need to be enclosed in a pair of square brackets ``[`` ``]`` as the value of the key "``[###]``" in a JSON dictionary:
517517

518-
.. code-block:: JSON
518+
.. code-block:: python
519519
520520
{
521521
"[###]": [ {Service Unit 1}, {Service Unit ...} ]

0 commit comments

Comments
 (0)