Skip to content

Commit

Permalink
corrected typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dleber committed Apr 9, 2022
1 parent e669ec8 commit f2dcd74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ pythonenv*
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

.notes.txt
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ print(balance)
| price | 9200.52 | numeric - the price of the asset denominated in the base currency |
| fee_currency | usd | currency of the fee |
| fee | 10.5 | numeric - fees of transaction (e.g. brokerage) in the fee currency |
| note | exampe note | optional note on the transaction |
| note | example note | optional note on the transaction |

Rows can be in any order (doesn't have to be chronological), as long as headers are on the first row.

Expand Down Expand Up @@ -250,7 +250,7 @@ Example: A bank charges a $200 international transfer fee to deposit money to an

There is no warranty for this program. Do your own research and seek professional tax advice relevant to your tax jurisdiction.

The creator and any contributors will not be held liable in any way for damages,losses or errors resulting from use of this module.
The creator and any contributors will not be held liable in any way for damages, losses or errors resulting from use of this module.

----------

Expand Down

0 comments on commit f2dcd74

Please sign in to comment.