瀏覽代碼

Indicate this code is Python 3 only

Clarify due to #156
tags/v0.4.4
John Vandenberg 7 年之前
committed by GitHub
父節點
當前提交
39ba2888fe
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.rst

+ 1
- 1
README.rst 查看文件

@@ -149,7 +149,7 @@ If you're using Pywikibot_, your code might look like this::
text = page.get()
return mwparserfromhell.parse(text)

If you're not using a library, you can parse any page using the following code
If you're not using a library, you can parse any page using the following Python 3 code
(via the API_)::

import json


Loading…
取消
儲存