This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Fix typo.
tags/v0.1^2
Ben Kurtovic
12 years ago
parent
a36e4560b2
commit
f8fa5384ac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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):
ret
r
un len(self._data)
retu
r
n len(self._data)
def __getitem__(self, key):
return self._data[key]
Write
Preview
Loading…
Cancel
Save