]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Remove duplicated word in `read-relationships.md` (#1705)
authorStefanie Molin <24376333+stefmolin@users.noreply.github.com>
Fri, 2 Jan 2026 08:52:01 +0000 (03:52 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 08:52:01 +0000 (09:52 +0100)
Fix typo in read-relationships.md (duplicated word)

docs/tutorial/relationship-attributes/read-relationships.md

index a59ec8351e44337d4a963b29848aeb229db25870..528c0c983ad7ba7e3105abeb1dec87004ee424f9 100644 (file)
@@ -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] *}