Explorar el Código

Fix typo.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
f8fa5384ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/config/node.py

+ 1
- 1
earwigbot/config/node.py Ver fichero

@@ -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]


Cargando…
Cancelar
Guardar