소스 검색

lego missed a spot in #91

tags/v0.4
Ben Kurtovic 9 년 전
부모
커밋
77644ea0ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/usage.rst

+ 1
- 1
docs/usage.rst 파일 보기

@@ -7,7 +7,7 @@ Normal usage is rather straightforward (where ``text`` is page text)::
>>> wikicode = mwparserfromhell.parse(text)

``wikicode`` is a :class:`mwparserfromhell.Wikicode <.Wikicode>` object, which
acts like an ordinary ``unicode`` object (or ``str`` in Python 3) with some
acts like an ordinary ``str`` object (or ``unicode`` in Python 2) with some
extra methods. For example::

>>> text = "I has a template! {{foo|bar|baz|eggs=spam}} See it?"


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