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

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
This commit is contained in:
Pedro Augusto de Paula Barbosa 2024-01-11 17:18:07 -03:00 committed by GitHub
parent cbcd3fe863
commit d192ddacec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!}
```