Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Fix typo.
tags/v0.1^2
Ben Kurtovic
hace 12 años
padre
a36e4560b2
commit
f8fa5384ac
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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):
ret
r
un len(self._data)
retu
r
n len(self._data)
def __getitem__(self, key):
return self._data[key]
Escribir
Vista previa
Cargando…
Cancelar
Guardar