mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-09 20:16:42 +00:00
✏️ Add a missing comma in the security tutorial (#3564)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
eb453a50b8
commit
e43f434448
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ Just use any kind of model, any kind of class, any kind of database that you nee
|
|||
|
||||
## Code size
|
||||
|
||||
This example might seem verbose. Have in mind that we are mixing security, data models utility functions and *path operations* in the same file.
|
||||
This example might seem verbose. Have in mind that we are mixing security, data models, utility functions and *path operations* in the same file.
|
||||
|
||||
But here's the key point.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue