From 5bbb99e941da3197da536ac3cb07637661a6338b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 21 Dec 2024 11:53:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20fenced=20code=20in=20De?= =?UTF-8?q?cimal=20docs=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/advanced/decimal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced/decimal.md b/docs/advanced/decimal.md index 26994eccf8..1234dcb83b 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 👇