commit 25b65d00715d2640877a5006bb7ba5db01f89474
parent dda9542426f5aaa18cc50b966ebf30e40bd96f56
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 11 Feb 2021 18:25:24 -0500
diction: s/read/see/
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 see the :doc:`core/api-merchant` reference
manual for details.
A minimal Python snippet for creating an order would look like this: