What's Changed
* DOC: Additional python docstring fixes by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/31
* ENH: Update argument help strings to clarify meaning of "multiple" by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/32
* ENH: Simplify reporting using f-string by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/33
* PERF: Skip checking prefixes after one is found to be valid by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/35
* Reduce cyclomatic complexity introducing "spell_check_comment" function by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/37
* Improve display output by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/36
* ENH: Refactor introducing spell_check_words function by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/39
* BUG: Remove unused test when setting suffixes by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/34
* STYLE: Introduce "error_word" ivar by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/38
* ENH: Add .gitignore by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/40
* ENH: Generalize handling of contractions like "'d", "'s" or "'th" by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/42
* ENH: Identify error word as valid if additional check succeeds by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/43
* ENH: Do not require prefixes to be into additional dict by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/45
* STYLE: Introduce constant to list checked contractions by jcfr in https://github.com/SimpleITK/CommentSpellCheck/pull/44
* Reduce accepted cyclomatic complexity from 32 to 25 by blowekamp in https://github.com/SimpleITK/CommentSpellCheck/pull/41
* Renamed codespell.py to commentspellcheck.py by dave3d in https://github.com/SimpleITK/CommentSpellCheck/pull/48
* Change project name to CommentSpellCheck by dave3d in https://github.com/SimpleITK/CommentSpellCheck/pull/49
**Full Changelog**: https://github.com/SimpleITK/CommentSpellCheck/compare/v0.1...v0.2.0