Explorar el Código

Make less broken.

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

+ 1
- 1
earwigbot/commands/dictionary.py Ver fichero

@@ -138,7 +138,7 @@ class Dictionary(Command):
senses = []
for line in body.splitlines():
line = line.strip()
if re.match("#\s*[^:*]", line):
if re.match("#\s*[^:*#]", line):
for regex, repl in substitutions:
line = re.sub(regex, repl, line)
line = self.strip_templates(line)


Cargando…
Cancelar
Guardar