gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] 02/07: change markup for Amount ctor args, properties


From: gnunet
Subject: [taler-taler-util] 02/07: change markup for Amount ctor args, properties from / to =
Date: Fri, 11 Feb 2022 01:45:24 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository taler-util.

commit c28684f7a64b647e37083822b5750dc00f8ee2e6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Feb 10 18:21:33 2022 -0500

    change markup for Amount ctor args, properties from / to =
---
 doc/doc.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doc.org b/doc/doc.org
index b1be861..c1fc52e 100644
--- a/doc/doc.org
+++ b/doc/doc.org
@@ -68,7 +68,7 @@ the constructor throws an =AmountOverflowError= exception.
 
 *** class =Amount=
 
-The constructor takes three args: /currency/, /value/, /fraction/.
+The constructor takes three args: =currency=, =value=, =fraction=.
 
 : >>> from taler.util.amount import Amount, SignedAmount
 : # KUDOS 10.50
@@ -76,7 +76,7 @@ The constructor takes three args: /currency/, /value/, 
/fraction/.
 : >>> amt
 : Amount(currency='KUDOS', value=10, fraction=50000000)
 
-=Amount= has three getter properties: /currency/, /value/, /fraction/.
+=Amount= has three getter properties: =currency=, =value=, =fraction=.
 
 : >>> amt.value, amt.fraction
 : (10, 50000000)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]