diff options
Diffstat (limited to 'content/blog/2022-03-03-financial-database.md')
-rw-r--r-- | content/blog/2022-03-03-financial-database.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2022-03-03-financial-database.md b/content/blog/2022-03-03-financial-database.md index e3a1d81..934eba2 100644 --- a/content/blog/2022-03-03-financial-database.md +++ b/content/blog/2022-03-03-financial-database.md @@ -181,7 +181,7 @@ scripts. reports I wanted, I moved on to create a Python project with the following structure: - ```example + ```txt finance/ ├── notebooks/ │ │ ├── account_summary.ipynb |