goldsmith / Wikipedia

A Pythonic wrapper for the Wikipedia API
https://wikipedia.readthedocs.org/
MIT License
2.89k stars 519 forks source link

No Documentation for `wikipedia.ODD_ERROR_MESSAGE` #272

Open Parvat-R opened 3 years ago

Parvat-R commented 3 years ago

My code:

>>> help(w.ODD_ERROR_MESSAGE)
No Python documentation found for "This shouldn't happen. Please report on GitHub: github.com/goldsmith/Wikipedia".
Use help() to get the interactive help utility.
Use help(str) for help on the str class.

So, after reading this line: This shouldn't happen. Please report on GitHub: github.com/goldsmith/Wikipedia, I have reported it here.