From 3d064c454244422fe31b12d78160058bb3c2de40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 21 Dec 2024 12:14:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20fenced=20code=20in=20De?= =?UTF-8?q?cimal=20docs=20for=20consistency=20(#1251)?= 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 26994ec..1234dcb 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 👇