Skip to content

Commit

Permalink
#54: Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 12, 2019
1 parent 4cec6df commit 10f974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/models/db_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def to_dict(self):
def to_nested_dict(self, includes):
"""
Given related models return a nested dictionary with the child or parent rows nested.
:param included_relations: string/list/dict - The related models to include.
:param includes: string/list/dict - The related models to include.
:return: A nested dictionary with the included models
"""
dictionary = self.to_dict()
Expand Down

0 comments on commit 10f974e

Please sign in to comment.