File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ... } ]
You can’t perform that action at this time.
0 commit comments