From 5f654da0a16d1344ccbecd8b7cf1f3aaac1aa163 Mon Sep 17 00:00:00 2001 From: Anis AYARI Date: Tue, 10 Apr 2018 10:24:16 +0200 Subject: [PATCH] Fix New York typo Only "New York" set an wikipedia.exceptions.DisambiguationError: "New York" in Python 3.6. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 03b8107..f152a1d 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Wikipedia data, not getting it. >>> ny = wikipedia.page("New York") >>> ny.title - # u'New York' + # u'New York (state)' >>> ny.url # u'http://en.wikipedia.org/wiki/New_York' >>> ny.content