mirror of https://github.com/tiangolo/fastapi.git
✏️ 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
|
|
@ -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 New Issue