Skip to content

Commit

Permalink
Correct field in recipe docs (#110)
Browse files Browse the repository at this point in the history
* Correct field in recipe docs

* Add changelog
  • Loading branch information
taiyeoguns committed Oct 2, 2020
1 parent 155f0cf commit 91019ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [dev] pre-commit to use local packages (so versions will match)
- [dev] consistent use of pydocstyle
- [dev] Updates to MANIFEST.in
- [dev] Correct field in recipe docs

### Removed

Expand Down
2 changes: 1 addition & 1 deletion docs/source/recipes.rst
Expand Up @@ -117,7 +117,7 @@ You can define ``foreign_key`` relations:
)
history = Recipe(PurchaseHistory,
customer=foreign_key(customer)
owner=foreign_key(customer)
)
Notice that ``customer`` is a *recipe*.
Expand Down

0 comments on commit 91019ce

Please sign in to comment.