Browse Source

Fix typo.

tags/v0.1^2
Ben Kurtovic 11 years ago
parent
commit
f8fa5384ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      earwigbot/config/node.py

+ 1
- 1
earwigbot/config/node.py View File

@@ -33,7 +33,7 @@ class ConfigNode(object):
return bool(self._data)

def __len__(self):
retrun len(self._data)
return len(self._data)

def __getitem__(self, key):
return self._data[key]


Loading…
Cancel
Save