product · inferred from evidence
DisambiguationError
An exception type in the wikipedia library indicating ambiguous page titles.
- Handling DisambiguationError in the python wikipedia library
Catch the exception and use its options attribute: the DisambiguationError carries the list of candidate article titles. Pattern from the maintainer: try: page = wikipedia.page("Recommendation") except wikipedia.exceptions.Disambiguati