We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c27528 commit 3d064c4Copy full SHA for 3d064c4
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
35
36
//// tab | Python 3.10+
37
38
-```python hl_lines="11"
+```Python hl_lines="11"
39
{!./docs_src/advanced/decimal/tutorial001_py310.py[ln:1-11]!}
40
41
# 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
45
46
//// tab | Python 3.7+
47
48
-```python hl_lines="12"
+```Python hl_lines="12"
49
{!./docs_src/advanced/decimal/tutorial001.py[ln:1-12]!}
50
51
0 commit comments