Skip to content

Commit

Permalink
Docstring cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed Dec 1, 2013
1 parent ec4aa78 commit e34d9c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions feedgen/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ def ensure_format(val, allowed, required, allowed_values=None, defaults=None):
the set of allowed keys, if all required keys are present and if the values
of a specific key are ok.
:param val: Dictionaries to check.
:param allowed: Set of allowed keys.
:param required: Set of required keys.
:param val: Dictionaries to check.
:param allowed: Set of allowed keys.
:param required: Set of required keys.
:param allowed_values: Dictionary with keys and sets of their allowed values.
:returns: List of checked dictionaries.
:param defaults: Dictionary with default values.
:param defaults: Dictionary with default values.
:returns: List of checked dictionaries.
'''
if not val:
return None
Expand Down

0 comments on commit e34d9c5

Please sign in to comment.