Browse Source

✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md` (#5490)

Co-authored-by: Sebastián Ramírez <[email protected]>
Co-authored-by: Alejandra <[email protected]>
pull/10941/head
Pedro Augusto de Paula Barbosa 1 year ago
committed by GitHub
parent
commit
d192ddacec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/bigger-applications.md

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

@ -315,7 +315,7 @@ And we can even declare [global dependencies](dependencies/global-dependencies.m
Now we import the other submodules that have `APIRouter`s:
```Python hl_lines="5" title="app/main.py"
```Python hl_lines="4-5" title="app/main.py"
{!../../../docs_src/bigger_applications/app/main.py!}
```

Loading…
Cancel
Save