From: Sebastián Ramírez Date: Sat, 21 Dec 2024 12:14:34 +0000 (+0000) Subject: 📝 Update fenced code in Decimal docs for consistency (#1251) X-Git-Tag: 0.0.23~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d064c454244422fe31b12d78160058bb3c2de40;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update fenced code in Decimal docs for consistency (#1251) --- diff --git a/docs/advanced/decimal.md b/docs/advanced/decimal.md index 26994ecc..1234dcb8 100644 --- a/docs/advanced/decimal.md +++ b/docs/advanced/decimal.md @@ -35,7 +35,7 @@ Let's say that each hero in the database will have an amount of money. We could //// tab | Python 3.10+ -```python hl_lines="11" +```Python hl_lines="11" {!./docs_src/advanced/decimal/tutorial001_py310.py[ln:1-11]!} # More code here later 👇 @@ -45,7 +45,7 @@ Let's say that each hero in the database will have an amount of money. We could //// tab | Python 3.7+ -```python hl_lines="12" +```Python hl_lines="12" {!./docs_src/advanced/decimal/tutorial001.py[ln:1-12]!} # More code here later 👇