java2python icon indicating copy to clipboard operation
java2python copied to clipboard

docs: Fix a few typos

Open timgates42 opened this issue 4 years ago • 0 comments

There are small typos in:

  • java2python/compiler/template.py
  • java2python/compiler/visitor.py
  • java2python/config/default.py
  • java2python/lang/base.py
  • java2python/mod/init.py
  • test/configs/Interface3.py

Fixes:

  • Should read suppresses rather than supresses.
  • Should read ternary rather than terinary.
  • Should read objects rather than objecs.
  • Should read include rather than inclues.
  • Should read explicitly rather than explicity.
  • Should read deferred rather than defered.

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

timgates42 avatar Sep 04 '21 13:09 timgates42