diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-20 04:07:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-20 04:07:53 -0400 |
commit | 2010be07f07a1fab0d92a4f7a2ab522c411bec05 (patch) | |
tree | 53d68b26acba8d7ae92f0a31156fcddb1d38a0df | |
parent | a7ea33a8ecc9886dd7a94906ae30c861b4da3540 (diff) | |
download | fork-ledger-2010be07f07a1fab0d92a4f7a2ab522c411bec05.tar.gz fork-ledger-2010be07f07a1fab0d92a4f7a2ab522c411bec05.tar.bz2 fork-ledger-2010be07f07a1fab0d92a4f7a2ab522c411bec05.zip |
updated docs
-rw-r--r-- | ledger.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ledger.texi b/ledger.texi index bf0dc6a7..05e6aa2c 100644 --- a/ledger.texi +++ b/ledger.texi @@ -2126,9 +2126,6 @@ Here is a quick example of text that could be pasted into a ledger file, to generate a customized amount's column in the register report: @example -;; If Python support is enabled, then the following code may be -;; uncomment to demonstrate a rather useless example. - !python from ledger import * def foo(d, val): |