tonysyu / logquacious

Logquacious is a set of simple logging utilities to help you over-communicate.
MIT License
33 stars 1 forks source link

Fix typos #6

Closed 42B closed 6 years ago

42B commented 6 years ago
old new
Decortor Decorator
suppreses suppresses
documentaion documentation
brackes brackets
codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   96.63%   96.63%           
=======================================
  Files           8        8           
  Lines         238      238           
  Branches       32       32           
=======================================
  Hits          230      230           
  Misses          6        6           
  Partials        2        2
Impacted Files Coverage Δ
logquacious/log_manager.py 100% <ø> (ø) :arrow_up:
logquacious/log_context.py 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 85f84f7...235c138. Read the comment docs.

tonysyu commented 6 years ago

Thanks for the fixes!