Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Nov 27, 2017
1 parent e906859 commit a0413d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyff/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,10 @@ def find_merge_strategy(strategy_name):

def entities_list(t=None):
"""
:param t: An EntitiesDescriptor or EntityDescriptor element
:param t: An EntitiesDescriptor or EntityDescriptor element
Returns the list of contained EntityDescriptor elements
"""
Returns the list of contained EntityDescriptor elements
"""
if t is None:
return []
elif root(t).tag == "{%s}EntityDescriptor" % NS['md']:
Expand Down

0 comments on commit a0413d3

Please sign in to comment.