From e91afe008baa57096acb4c2aea8a4caeee3fa70d Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:25:58 -0500 Subject: [PATCH] Fix typo in read-relationships.md (duplicated word) --- docs/tutorial/relationship-attributes/read-relationships.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/relationship-attributes/read-relationships.md b/docs/tutorial/relationship-attributes/read-relationships.md index a59ec8351e..528c0c983a 100644 --- a/docs/tutorial/relationship-attributes/read-relationships.md +++ b/docs/tutorial/relationship-attributes/read-relationships.md @@ -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] *}