diff --git a/notes-en/python-black.md b/notes-en/python-black.md
index b3dde94..7a076ac 100644
--- a/notes-en/python-black.md
+++ b/notes-en/python-black.md
@@ -81,7 +81,7 @@ This is main conception of Black, and it doesn't work after all. Now Black has f
This is example from Black docs:
-```toml
+```python
[tool.black]
target-version = ['py37']
include = '\.pyi?$'