소스 검색

Typo fix.

tags/v0.2
Ben Kurtovic 9 년 전
부모
커밋
e99e1c1ef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/wiki/copyvios/parsers.py

+ 1
- 1
earwigbot/wiki/copyvios/parsers.py 파일 보기

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


불러오는 중...
취소
저장