From e94b3f1e3b37cb52ce83d37bd421005be1a40470 Mon Sep 17 00:00:00 2001 From: William Davies <36384318+william-davies@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:37:47 +0000 Subject: [PATCH] docs: fix typo --- beancount_reds_importers/libreader/csvreader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount_reds_importers/libreader/csvreader.py b/beancount_reds_importers/libreader/csvreader.py index c6610ad..414d54c 100644 --- a/beancount_reds_importers/libreader/csvreader.py +++ b/beancount_reds_importers/libreader/csvreader.py @@ -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()