Skip to content

Commit 3d064c4

Browse files
authored
📝 Update fenced code in Decimal docs for consistency (#1251)
1 parent 8c27528 commit 3d064c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/decimal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Let's say that each hero in the database will have an amount of money. We could
3535

3636
//// tab | Python 3.10+
3737

38-
```python hl_lines="11"
38+
```Python hl_lines="11"
3939
{!./docs_src/advanced/decimal/tutorial001_py310.py[ln:1-11]!}
4040

4141
# 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
4545

4646
//// tab | Python 3.7+
4747

48-
```python hl_lines="12"
48+
```Python hl_lines="12"
4949
{!./docs_src/advanced/decimal/tutorial001.py[ln:1-12]!}
5050

5151
# More code here later 👇

0 commit comments

Comments
 (0)