Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Aug 2, 2019
1 parent 69522ec commit 1355cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tendril/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def load_elements(self, elements, doc=''):
Loads the constants and/or options in the provided list into
the config namespace.
:param elements: `list` of :class:`ConfigConstant`or :class:`ConfigOption`
:param elements: `list` of :class:`ConfigConstant` or
:class:`ConfigOption`
:return: None
"""
_doc_part = []
Expand Down

0 comments on commit 1355cb1

Please sign in to comment.