Skip to content

Commit cfd0c26

Browse files
authored
Merge pull request #69 from it176131/typo
modified: _posts/2024-11-29-dynamic-enums.md
2 parents f5c8a38 + 6d5454e commit cfd0c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-11-29-dynamic-enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ except ValidationError as e:
4747

4848
>[!NOTE]
4949
>
50-
>[`mypy`](https://mypyc.readthedocs.io/en/latest/index.html), another tool I've grown to love, would raise [`arg-type` errors](https://mypy.readthedocs.io/en/stable/error_code_list.html#check-argument-types-arg-type) on these lines:
50+
>[`mypy`](https://mypyc.readthedocs.io/en/latest/index.html), another tool I've grown to love, would raise [`[arg-type]` errors](https://mypy.readthedocs.io/en/stable/error_code_list.html#check-argument-types-arg-type) on these lines:
5151
>```python
5252
>...
5353
>print(CookingModel(tool=2, fruit="banana")) # [arg-type] error

0 commit comments

Comments
 (0)