# HG changeset patch # User Alain Mazy # Date 1652943968 -7200 # Node ID 5ba44d8db9bc134a7adc2b3d77e4d1301e2f5ff8 # Parent 2f8ee0aef0a69b1c8c13965967f8c6c565ef9a89 fix diff -r 2f8ee0aef0a6 -r 5ba44d8db9bc Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Fri May 13 14:02:54 2022 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Thu May 19 09:06:08 2022 +0200 @@ -134,7 +134,7 @@ used by any type of job. In order to wait for the end of an asynchronous call, the caller will -typically have to poll the ``/jobs/...` URI (i.e. make periodic +typically have to poll the ``/jobs/...`` URI (i.e. make periodic calls), waiting for the ``State`` field to become ``Success`` or ``Failure``.