From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:35:09 +0000 (+0300) Subject: 📝 Specify language code for code block (#14656) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1db1395b6847b84690966182356f99a5bb595ff;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Specify language code for code block (#14656) --- diff --git a/docs/en/docs/tutorial/bigger-applications.md b/docs/en/docs/tutorial/bigger-applications.md index 3cc9d7ecfb..f6cee8036b 100644 --- a/docs/en/docs/tutorial/bigger-applications.md +++ b/docs/en/docs/tutorial/bigger-applications.md @@ -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"