Skip to content

Commit

Permalink
📝 Update fenced code in Decimal docs for consistency (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Dec 21, 2024
1 parent 8c27528 commit 3d064c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/decimal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 👇
Expand All @@ -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 👇
Expand Down

0 comments on commit 3d064c4

Please sign in to comment.