Skip to content

Commit

Permalink
fix a simple typo in core file
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Jul 19, 2015
1 parent 6e30bd2 commit 0cd4b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_settings/core.py
Expand Up @@ -70,7 +70,7 @@ def _load_settings_pipeline(self):
strategy = self._get_strategy_by_file(settings_file)
if not strategy:
raise RuntimeError(
'Invalid setting file [{}]'.format(settings_file)
'Invalid settings file [{}]'.format(settings_file)
)
settings = strategy.load_settings_file(settings_file)
self._dict.update(settings)
Expand Down

0 comments on commit 0cd4b05

Please sign in to comment.