Skip to content

Commit e30f211

Browse files
committed
Updating README.rst ..
1 parent b321e59 commit e30f211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Sample User Apps/Modules/Scripts
467467

468468
This is the most basic unit that constitutes a service group (virtual service). It requires a URL, a dictionary of arguments as the payload, and an optional timeout seconds:
469469

470-
.. code-block:: JSON
470+
.. code-block:: python
471471
472472
{
473473
"(://)": "http://service1",
@@ -477,7 +477,7 @@ Sample User Apps/Modules/Scripts
477477
478478
Or
479479

480-
.. code-block:: JSON
480+
.. code-block:: python
481481
482482
{
483483
"(://)": "http://service2",
@@ -488,7 +488,7 @@ Sample User Apps/Modules/Scripts
488488
+ "``(://)``" - *Key : Value* - "URL of the service call"
489489
+ "``(...)``" - *Key : Value* - {A dictionary of arguments (payload) for the service call}
490490
+ "``(.|.)``" - *Key : Value* - {Merge the results of the previous service as pipeline arguments into this dictionary of arguments}
491-
+ "``(:/!)``" - *Key : Value* - timeout seconds (optional) How many seconds to wait for the REST service to respond before giving up
491+
+ "``(:/!)``" - *Key : Value* - timeout seconds (optional) *How many seconds to wait for the REST service to respond before giving up*
492492

493493
Each service is an executable/callable unit, let's have a convention to use a rounded rectangle as its graphical symbol.
494494

0 commit comments

Comments
 (0)