Browse Source

✏️ Update white space characters in bigger apps (#15801)

pull/15802/head
Sebastián Ramírez 16 hours ago
committed by GitHub
parent
commit
459a51097b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 20
      docs/en/docs/tutorial/bigger-applications.md

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

@ -17,16 +17,16 @@ Let's say you have a file structure like this:
```
.
├── app
   ├── __init__.py
   ├── main.py
   ├── dependencies.py
   └── routers
   │ ├── __init__.py
   │ ├── items.py
   │ └── users.py
   └── internal
   ├── __init__.py
   └── admin.py
├── __init__.py
├── main.py
├── dependencies.py
└── routers
│ ├── __init__.py
│ ├── items.py
│ └── users.py
└── internal
├── __init__.py
└── admin.py
```
/// tip

Loading…
Cancel
Save