mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-02-02 18:42:37 +08:00
📝 Remove duplicated word in read-relationships.md (#1705)
Fix typo in read-relationships.md (duplicated word)
This commit is contained in:
@@ -34,7 +34,7 @@ For example, here, **inside** a `with` block with a `Session` object.
|
||||
|
||||
## Get a List of Relationship Objects
|
||||
|
||||
And the same way, when we are working on the **many** side of the **one-to-many** relationship, we can get a list of of the related objects just by accessing the relationship attribute:
|
||||
And the same way, when we are working on the **many** side of the **one-to-many** relationship, we can get a list of the related objects just by accessing the relationship attribute:
|
||||
|
||||
{* ./docs_src/tutorial/relationship_attributes/read_relationships/tutorial002_py310.py ln[94:100] hl[100] *}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user