import wikipedia
print(wikipedia.summary("Tomato", sentences=3))
Why does this code return a disambiguation error with "tom tom" and not just a summmary/disambiguation error to the entry "tomato"? The search term is clearly not tom tom or am I missing something here? Why doesnt this work?