Skip to content

Commit

Permalink
Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egh committed Aug 22, 2024
1 parent e146d76 commit 992f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Running ``ledger-autosync file.csv -a assets:bank`` will generate:
assets:bank $1.06
income -$1.06

To ignore a row you can return `None`_ from your `convert`_ method.
To ignore a row you can return ``None`` from your ``convert`` method.
ledger-autosync will produce no output for that row.

For more examples, see
Expand Down

0 comments on commit 992f22c

Please sign in to comment.