Skip to content

Commit

Permalink
✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applicati…
Browse files Browse the repository at this point in the history
…ons.md` (#5490)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 11, 2024
1 parent cbcd3fe commit d192dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/bigger-applications.md
Expand Up @@ -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!}
```

Expand Down

0 comments on commit d192dda

Please sign in to comment.