From 9bfe22dd2ea013271b2bc3608ab38da53a955089 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:52:01 -0500 Subject: [PATCH] =?utf8?q?=F0=9F=93=9D=20Remove=20duplicated=20word=20in?= =?utf8?q?=20`read-relationships.md`=20(#1705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 a59ec835..528c0c98 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] *} -- 2.47.3