]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Specify language code for code block (#14656)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Sat, 10 Jan 2026 21:35:09 +0000 (00:35 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 21:35:09 +0000 (22:35 +0100)
docs/en/docs/tutorial/bigger-applications.md

index 3cc9d7ecfbb52fe734b6f307ec04772856f0a2d8..f6cee8036b44a7ea9d307c8263e44a4bde4da305 100644 (file)
@@ -56,7 +56,7 @@ from app.routers import items
 
 The same file structure with comments:
 
-```
+```bash
 .
 ├── app                  # "app" is a Python package
 │   ├── __init__.py      # this file makes "app" a "Python package"