mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-15 22:09:44 -06:00
📝 Update documentation to refer to list instead of List (#1147)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com> Co-authored-by: svlandeg <svlandeg@github.com>
This commit is contained in:
@@ -183,7 +183,7 @@ And this ends up *requiring* the same **circular imports** that are not supporte
|
||||
|
||||
But these **type annotations** we want to declare are not needed at *runtime*.
|
||||
|
||||
In fact, remember that we used `List["Hero"]`, with a `"Hero"` in a string?
|
||||
In fact, remember that we used `list["Hero"]`, with a `"Hero"` in a string?
|
||||
|
||||
For Python, at runtime, that is **just a string**.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user