Skip to content

Commit

Permalink
Merge 60537ad into 9adc849
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikblau committed May 29, 2020
2 parents 9adc849 + 60537ad commit 34e8ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netjsonconfig/backends/base/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _load(self, config):
pass
if not isinstance(config, dict):
raise TypeError(
'config block must be an istance ' 'of dict or a valid NetJSON string'
'config block must be an instance of dict or a valid NetJSON string'
)
return config

Expand Down

0 comments on commit 34e8ac7

Please sign in to comment.