commit 39bc96b0bac4cc3291bda81d78a2a5f437b5c2da
parent acead6d4316a1937b44865c5617145b4be1516db
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Tue, 24 Nov 2020 20:20:32 -0500
use semicolon instead of comma
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
@@ -212,7 +212,7 @@ Format <#The-Taler-Order-Format>`__. When POSTing an order,
you can also specify additional details such as an override
for the refund duration and instructions for inventory
management. These are rarely needed and not covered in this
-tutorial, please read the :doc:`core/api-merchant` reference
+tutorial; please read the :doc:`core/api-merchant` reference
manual for details.
A minimal Python snippet for creating an order would look like this: