瀏覽代碼

lego missed a spot in #91

tags/v0.4
Ben Kurtovic 9 年之前
父節點
當前提交
c9ef040a0f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.rst

+ 1
- 1
README.rst 查看文件

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

``wikicode`` is a ``mwparserfromhell.Wikicode`` object, which acts like an
ordinary ``unicode`` object (or ``str`` in Python 3) with some extra methods.
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?"


Loading…
取消
儲存