diff options
author | thdox <thdox@free.fr> | 2015-02-19 23:51:30 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-19 23:59:15 +0100 |
commit | fd22653f84f9662fa8acee02a712a8657fa0024b (patch) | |
tree | ed56379090f3f91b373966db39c318153f555926 /doc/ledger3.texi | |
parent | 49080919e1764a895a07264eee12098840abca82 (diff) | |
download | fork-ledger-fd22653f84f9662fa8acee02a712a8657fa0024b.tar.gz fork-ledger-fd22653f84f9662fa8acee02a712a8657fa0024b.tar.bz2 fork-ledger-fd22653f84f9662fa8acee02a712a8657fa0024b.zip |
Correct an output.
[ci skip]
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 3caf4d14..487a515b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8117,7 +8117,7 @@ for format string details. $ ledger -f expr.dat --format "%(format_date(date, '%A, %B %d. %Y'))\n" reg assets @end smallexample @smallexample @c output:9605B13 -Friday, January 16. 2015 +Friday, January 16. 2015 @end smallexample @end defun |