Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed May 29, 2015
1 parent 9d36012 commit de21d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nefertari/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def set_public_limits(self):
def convert_ids2objects(self, model_cls=None):
""" Convert object IDs from `self._json_params` to objects if needed.
Only IDs tbat belong to relationship field of `self._model_class`
Only IDs that belong to relationship field of `self._model_class`
are converted.
"""
if model_cls is None:
Expand Down

0 comments on commit de21d44

Please sign in to comment.