summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-02-10 18:49:00 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-02-10 18:49:00 -0500
commit4d3b4e69afdd473bba12a31cdebad16b6245a6f5 (patch)
tree1ce870edf04a9a9c480f5efa1a715823402e73d2
parent31c967a553ea5a9eac9b8c1147f0d3bb2b7d098f (diff)
downloadtaler-util-4d3b4e69afdd473bba12a31cdebad16b6245a6f5.tar.gz
taler-util-4d3b4e69afdd473bba12a31cdebad16b6245a6f5.tar.bz2
taler-util-4d3b4e69afdd473bba12a31cdebad16b6245a6f5.zip
include "+ fraction" in subheading
-rw-r--r--doc/doc.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.org b/doc/doc.org
index 0a42073..c8f097c 100644
--- a/doc/doc.org
+++ b/doc/doc.org
@@ -19,7 +19,7 @@ Several of these derive from the =Exception= class, and two
of them derive from the =collections.defaultdict= class.
The rest are /leaf classes/.
-*** amount (currency + value)
+*** amount (currency + value + fraction)
- CurrencyMismatchError(Exception)
- AmountOverflowError(Exception)