Sfoglia il codice sorgente

Typo fix.

tags/v0.2
Ben Kurtovic 9 anni fa
parent
commit
e99e1c1ef1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      earwigbot/wiki/copyvios/parsers.py

+ 1
- 1
earwigbot/wiki/copyvios/parsers.py Vedi File

@@ -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()


Caricamento…
Annulla
Salva