Root module description is a mini-rant about LC_ALL rather than a description of the library #2493
Labels
Documentation
Easyfix
Bugs or Tweaks that are easy for a new contributor to fix or implement
Low Priority
Description
Looking at the
sopel
module withpydoc
in an interactive prompt) exposes the user to a short rant about the behavior ofLC_ALL
and instructions to use only ASCII in this module.I'm sympathetic to the frustration over #984 that led to this, but it will be an improvement to add a docstring to the module with a short description.
Reproduction steps
Run
python3 -m pydoc sopel
orimport sopel; help(sopel)
in an interactive prompt.Expected behavior
The user should see a short description of Sopel
Relevant logs
No response
Notes
No response
Sopel version
c26914b
Installation method
pip install
Python version
No response
Operating system
No response
IRCd
No response
Relevant plugins
No response
The text was updated successfully, but these errors were encountered: