Skip to content

Commit 2e9338d

Browse files
authored
[typo] Fix minor typo in raise TypeError #151
Fixes #151
1 parent 9adc849 commit 2e9338d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/base/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _load(self, config):
6262
pass
6363
if not isinstance(config, dict):
6464
raise TypeError(
65-
'config block must be an istance ' 'of dict or a valid NetJSON string'
65+
'config block must be an instance of dict or a valid NetJSON string'
6666
)
6767
return config
6868

0 commit comments

Comments
 (0)