Browse Source

Specify language code for code block

pull/14656/head
Yurii Motov 6 months ago
parent
commit
6a55384e81
  1. 2
      docs/en/docs/tutorial/bigger-applications.md

2
docs/en/docs/tutorial/bigger-applications.md

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

Loading…
Cancel
Save