Browse Source

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

pull/15802/head
Sebastián Ramírez 2 weeks 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 ├── app
   ├── __init__.py ├── __init__.py
   ├── main.py ├── main.py
   ├── dependencies.py ├── dependencies.py
   └── routers └── routers
   │ ├── __init__.py │ ├── __init__.py
   │ ├── items.py │ ├── items.py
   │ └── users.py │ └── users.py
   └── internal └── internal
   ├── __init__.py ├── __init__.py
   └── admin.py └── admin.py
``` ```
/// tip /// tip

Loading…
Cancel
Save