✏️ 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

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