소스 검색

.Text -> .nodes.Text, since .Text can also be .tokens.Text.

tags/v0.1
Ben Kurtovic 11 년 전
부모
커밋
777dd7a945
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mwparserfromhell/wikicode.py

+ 1
- 1
mwparserfromhell/wikicode.py 파일 보기

@@ -314,7 +314,7 @@ class Wikicode(StringMixIn):
"""Iterate over text nodes.

This is equivalent to :py:meth:`ifilter` with *forcetype* set to
:py:class:`~.Text`.
:py:class:`~.nodes.Text`.
"""
return self.filter(recursive, matches, flags, forcetype=Text)



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