Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
william-davies authored and redstreet committed Mar 25, 2024
1 parent b5f2855 commit e94b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beancount_reds_importers/libreader/csvreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from beancount_reds_importers.libreader import reader

# This csv reader uses petl to read a .csv into a table for maniupulation. The output of this reader is a list
# This csv reader uses petl to read a .csv into a table for manipulation. The output of this reader is a list
# of namedtuples corresponding roughly to ofx transactions. The following steps achieve this. When writing
# your own importer, you only should need to:
# - override prepare_table()
Expand Down

0 comments on commit e94b3f1

Please sign in to comment.