Skip to content

Commit

Permalink
Fix typo in relationship-attributes tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGoogle authored and Mieszko Bańczerowski committed Apr 4, 2024
1 parent c75743d commit f06b87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/relationship-attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In the previous chapters we discussed how to manage databases with tables that h

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

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.
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 much more familiar way, and closer to normal Python code.

/// info

Expand Down

0 comments on commit f06b87c

Please sign in to comment.