Aaron S. Meurer wrote: > I think one thing we need to do is go through and spellcheck and > grammar check (for those of us who are native english speakers) all of > the documentation, and maybe the comments too. I know I see errors > all of the time, and most people probably do not use a spellchecker in > their editor (even I am guilty of this). Is there an easy way to pull > all of these into a text document that can be run through spellchecker > and put back again afterwords?
A simple editor like gedit has a built-in spell-checker. It is quite convenient to put it on when writing code. It is also be helpful to spell-check the comments and doc strings since they are clearly visible through code highlighting. cheers, Toon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
