We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adc849 commit 2e9338dCopy full SHA for 2e9338d
1 file changed
netjsonconfig/backends/base/backend.py
@@ -62,7 +62,7 @@ def _load(self, config):
62
pass
63
if not isinstance(config, dict):
64
raise TypeError(
65
- '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'
66
)
67
return config
68
0 commit comments