From 7f72cce6ce8e308c40ff033f8856d2a87015db2a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 24 Apr 2024 13:49:29 -1000 Subject: [PATCH] ;doc: csv: amount decimal places: edits --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 7985c0991..c71f5a58b 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -3838,7 +3838,7 @@ When you are reading CSV data, eg with a command like `hledger -f foo.csv print` hledger will infer each commodity's decimal precision (and other [commodity display styles](#commodity-display-styles)) from the amounts - much as when reading a journal file without `commodity` directives (see the link). But note these commodity styles are not inferred from the numbers in the original CSV data; -rather, they are inferred from the journal entries generated by the CSV rules. +rather, they are inferred from the amounts generated by the CSV rules. When you are importing CSV data with the `import` command, eg `hledger import foo.csv`, it's a little different: `import` [applies](#commodity-display-styles) the journal's existing commodity styles to the new entries.