瀏覽代碼

Typo fix.

tags/v0.3.1
Ben Kurtovic 10 年之前
父節點
當前提交
0f1fca75d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mwparserfromhell/wikicode.py

+ 1
- 1
mwparserfromhell/wikicode.py 查看文件

@@ -409,7 +409,7 @@ class Wikicode(StringMixIn):

Each section contains all of its subsections. If *levels* is given, it
should be a iterable of integers; only sections whose heading levels
are within it will be returned.If *matches* is given, it should be a
are within it will be returned. If *matches* is given, it should be a
regex to be matched against the titles of section headings; only
sections whose headings match the regex will be included. *flags* can
be used to override the default regex flags (see :py:meth:`ifilter`) if


Loading…
取消
儲存