nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

docs: Fix a few typos #498

Closed timgates42 closed 2 years ago

timgates42 commented 2 years ago

There are small typos in:

Fixes:

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

codecov-commenter commented 2 years ago

Codecov Report

Merging #498 (9ea722f) into main (a32d44a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #498   +/-   ##
=======================================
  Coverage   74.45%   74.45%           
=======================================
  Files         317      317           
  Lines       24123    24123           
  Branches       55       55           
=======================================
  Hits        17961    17961           
  Misses       6162     6162           
frmdstryr commented 2 years ago

Looks good to me. Thanks!

Seems like some have been there for a while.. Are you aware of any linters that check spelling in docstring/comments?

timgates42 commented 2 years ago

Yes check out https://pypi.org/project/codespell/ which goes for fixing common typos or for more serious check pyspelling

MatthieuDartiailh commented 2 years ago

Thanks. I use codespell but I never ran it in a systematic manner.