diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-09 09:39:48 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-09 09:39:48 -0600 |
commit | 260376a5df8f94a61bd6a89e824cbcd7233b5260 (patch) | |
tree | 935856c1ab4892ce8f90617dd2c44a1d9772b398 /content/blog/2022-03-03-financial-database.md | |
parent | 9e044c9517452b3ea76381351a4bad9c9db470eb (diff) | |
download | cleberg.net-260376a5df8f94a61bd6a89e824cbcd7233b5260.tar.gz cleberg.net-260376a5df8f94a61bd6a89e824cbcd7233b5260.tar.bz2 cleberg.net-260376a5df8f94a61bd6a89e824cbcd7233b5260.zip |
fix: update straggling org-mode syntax
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 |