Explorar el Código

Typo fix.

tags/v0.2
Ben Kurtovic hace 9 años
padre
commit
e99e1c1ef1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/wiki/copyvios/parsers.py

+ 1
- 1
earwigbot/wiki/copyvios/parsers.py Ver fichero

@@ -110,7 +110,7 @@ class ArticleTextParser(_BaseTextParser):
remove(wikicode, tag)

# Merge in template contents when the values are long:
self._merge_templates(code)
self._merge_templates(wikicode)

clean = wikicode.strip_code(normalize=True, collapse=True)
self.clean = re.sub("\n\n+", "\n", clean).strip()


Cargando…
Cancelar
Guardar