diff Sphinx/source/users/advanced-rest.rst @ 847:5ba44d8db9bc

fix
author Alain Mazy <am@osimis.io>
date Thu, 19 May 2022 09:06:08 +0200
parents c29ac12e3160
children 989f00cd4dfa
line wrap: on
line diff
--- 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``.