Skip to content

Commit 357ec7b

Browse files
committed
Merge pull request pallets-eco#326 from heejongahn/master
docs: fixed a misc typo in models.rst
2 parents cb3578a + d80286b commit 357ec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ One-to-Many Relationships
6767
The most common relationships are one-to-many relationships. Because
6868
relationships are declared before they are established you can use strings
6969
to refer to classes that are not created yet (for instance if `Person`
70-
defines a relationship to `Article` which is declared later in the file).
70+
defines a relationship to `Address` which is declared later in the file).
7171

7272
Relationships are expressed with the :func:`~sqlalchemy.orm.relationship`
7373
function. However the foreign key has to be separately declared with the

0 commit comments

Comments
 (0)