From 39ba2888feb6079a4d14c22334cd6938dbe75bbc Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 11 Aug 2016 14:32:43 +0700 Subject: [PATCH] Indicate this code is Python 3 only Clarify due to #156 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3b68005..d8fd1c8 100644 --- a/README.rst +++ b/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