mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
✏ Fix typo/clarify docs for SQL (Relational) Databases (#2393)
By way of code example, I think this is a typo. btw, the tutorial is very well written.
This commit is contained in:
parent
f0f8e287ec
commit
bbb22813e6
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ Create utility functions to:
|
||||||
|
|
||||||
* Read a single user by ID and by email.
|
* Read a single user by ID and by email.
|
||||||
* Read multiple users.
|
* Read multiple users.
|
||||||
* Read a single item.
|
* Read multiple items.
|
||||||
|
|
||||||
```Python hl_lines="1 3 6-7 10-11 14-15 27-28"
|
```Python hl_lines="1 3 6-7 10-11 14-15 27-28"
|
||||||
{!../../../docs_src/sql_databases/sql_app/crud.py!}
|
{!../../../docs_src/sql_databases/sql_app/crud.py!}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue