Browse Source
📝 Fix code highlighting in `docs/en/docs/tutorial/bigger-applications.md` (#9806)
Update bigger-applications.md
pull/10015/head
Reza Rohani
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/bigger-applications.md
|
@ -377,7 +377,7 @@ The `router` from `users` would overwrite the one from `items` and we wouldn't b |
|
|
|
|
|
|
|
|
So, to be able to use both of them in the same file, we import the submodules directly: |
|
|
So, to be able to use both of them in the same file, we import the submodules directly: |
|
|
|
|
|
|
|
|
```Python hl_lines="4" |
|
|
```Python hl_lines="5" |
|
|
{!../../../docs_src/bigger_applications/app/main.py!} |
|
|
{!../../../docs_src/bigger_applications/app/main.py!} |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|