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

Commit

Permalink
Fix dicstring
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Aug 28, 2015
1 parent 8914220 commit b2a4d9f
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 @@ -179,7 +179,7 @@ def get_collection_es(self):
return ES(self.Model.__name__).get_collection(**self._query_params)

def fill_null_values(self, model_cls=None):
""" Fill missing model fields in JSON with {key: None}.
""" Fill missing model fields in JSON with {key: null value}.
Only run for PUT requests.
"""
Expand Down

0 comments on commit b2a4d9f

Please sign in to comment.