Skip to content

Commit 24e76c7

Browse files
authored
✏️ Fix typo in docs/tutorial/relationship-attributes/index.md (#880)
1 parent 6e7e553 commit 24e76c7

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorial/relationship-attributes

1 file changed

+1
-1
lines changed

docs/tutorial/relationship-attributes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In the previous chapters we discussed how to manage databases with tables that h
44

55
And then we read the data together with `select()` and using `.where()` or `.join()` to connect it.
66

7-
Now we will see how to use **Relationship Attributes**, an extra feature of **SQLModel** (and SQLAlchemy) to work with the data in the database in way much more familiar way, and closer to normal Python code.
7+
Now we will see how to use **Relationship Attributes**, an extra feature of **SQLModel** (and SQLAlchemy), to work with the data in the database in a much more familiar way, and closer to normal Python code.
88

99
/// info
1010

0 commit comments

Comments
 (0)