commit db7c50a0edb0487821900bbcfa42f46bd9ee98fa
parent 647c8910ae898df3d4b5da9ed44294cf51c2a3c7
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 11 Feb 2021 18:00:50 -0500
mark up ‘requests’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
@@ -49,7 +49,7 @@ This chapter explains some basic concepts. In the
second chapter, you will learn how to do basic payments.
This version of the tutorial has examples for Python3. It uses the
-requests library for HTTP requests. Versions for other
+``requests`` library for HTTP requests. Versions for other
languages/environments are available as well.
If you want to look at some simple, running examples, check out these: