summaryrefslogtreecommitdiff
path: root/taler-merchant-api-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-24 20:20:32 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-24 20:20:32 -0500
commit39bc96b0bac4cc3291bda81d78a2a5f437b5c2da (patch)
tree4d44774d960bdc74f511c88b6b87e4ec460f6d16 /taler-merchant-api-tutorial.rst
parentacead6d4316a1937b44865c5617145b4be1516db (diff)
downloaddocs-39bc96b0bac4cc3291bda81d78a2a5f437b5c2da.tar.gz
docs-39bc96b0bac4cc3291bda81d78a2a5f437b5c2da.tar.bz2
docs-39bc96b0bac4cc3291bda81d78a2a5f437b5c2da.zip
use semicolon instead of comma
Diffstat (limited to 'taler-merchant-api-tutorial.rst')
-rw-r--r--taler-merchant-api-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index fccac512..208144b4 100644
--- 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: