浏览代码

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?"


正在加载...
取消
保存