Skip to content

Commit

Permalink
fix: rst syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Nov 30, 2024
1 parent dabb824 commit 3c80262
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@ Tinkoff
CSV statement for credit, debit and saving account.

SberBankCSV
--------
-----------

CSV statement (available via "request statement by e-mail as Excel sheet" function).

SberBankTxt
--------
-----------

Legacy TXT statement (available via "request statement by e-mail" function) for debit card.

AlfaBank
-------
--------

CSV statement for current account.

VTB
-------
---

CSV statement for debit card.

Raiffeisen
-------
----------

CSV statemenr for account.
Basic support for DEBIT and CREDIT transactions.
Expand Down Expand Up @@ -91,7 +91,7 @@ currency
(if not set, will be extracted from the first record)

sberbank_txt
--------
------------

bank
Bank id
Expand Down Expand Up @@ -129,7 +129,7 @@ file_encoding
but could be handy in case of some file processing that involves encoding change

vtb
--------
---

bank
Bank id
Expand All @@ -140,7 +140,7 @@ user_date
rather then record date.

raiffeisen
--------
----------

bank
Bank id
Expand Down Expand Up @@ -186,3 +186,4 @@ Authors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as
published by the Free Software Foundation.
pip install restructuredtext-lint

0 comments on commit 3c80262

Please sign in to comment.