diff options
-rw-r--r-- | doc/ledger.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ledger.texi b/doc/ledger.texi index 700f78e4..b6f52435 100644 --- a/doc/ledger.texi +++ b/doc/ledger.texi @@ -4038,12 +4038,12 @@ how the steps above are achieved. @subsection Basic amounts -The most fundamental type in Ledger is the amount, which may or may not -have a commodity attached to it. First, we'll deal with the bare case, -just to show how the amount type works. In C++, most all of Ledger's -internal types end in @example{_t}; in Python, the same type name is -used, but the @example{_t} suffix is dropped. Examples of usage in both -languages will be presented throughout. +The most fundamental type in Ledger is the amount, which may or may +not have a commodity attached to it. First, we'll deal with the bare +case, just to show how the amount type works. In C++, most all of +Ledger's internal types end in @code{_t}; in Python, the same type +name is used, but the @code{_t} suffix is dropped. Examples of usage +in both languages will be presented throughout. |