I would like to run a spell check on the docstrings of my Python code, if possible, from emacs.
I found the ispell-check-comments parameter, which can be used to spell only comments in code, but I couldn’t target only docstrings, which are pretty python specific.
python emacs docstring spell-checking
gurney alex
source share