name | about | title | labels | assignees |
---|---|---|---|---|
Bug report |
Create a bug report |
Thank you for taking the time to open a bug report!
If you haven't already, take a time to look at the documentation. Maybe the answer to your problem can be found there?
If not, please fill in the details below to help us help you 🙂
Environment Python version: Operation system:
Additional context
Steps to Reproduce Please specify steps to reproduce the incorrect behavior:
Expected behavior Please tell us what you expected to happen:
Additional context If applicable, post the output of :
import enchant
d = enchant.Dict()
print(vars(d))
Thanks!