warehouse icon indicating copy to clipboard operation
warehouse copied to clipboard

docs: Fix a few typos

Open timgates42 opened this issue 3 years ago • 3 comments

There are small typos in:

  • tests/frontend/viewport_toggle_controller_test.js
  • warehouse/email/ses/models.py
  • warehouse/legacy/api/json.py
  • warehouse/rate_limiting/init.py

Fixes:

  • Should read vulnerabilities rather than vulnerabilties.
  • Should read unverified rather than unverfied.
  • Should read starting rather than satarting.
  • Should read skip rather than skipp.

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

timgates42 avatar Jul 19 '22 10:07 timgates42

Hi, are you able to include whatever tool detected these to our linting jobs as well?

di avatar Jul 19 '22 15:07 di

I have tried this in the past with some repositories and its met with some opposition - It uses aspell which isn't a pure python linter and so some developers have been against it as it make local checking of their pull requests have a non python dependency - That said if that isn't an issue here I can add a PR for consideration.

timgates42 avatar Jul 19 '22 20:07 timgates42

Related: #11568

miketheman avatar Jul 26 '22 02:07 miketheman