Rockhopper-Technologies / enlighten

Enlighten Progress Bar for Python Console Apps
https://python-enlighten.readthedocs.io
Mozilla Public License 2.0
416 stars 25 forks source link

Fix typo #37

Closed MicaelJarniac closed 3 years ago

MicaelJarniac commented 3 years ago
- Both a and Both b [...]
+ Both a and b [...]
codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (04bb74c) into master (1bce612) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          633       633           
  Branches       123       123           
=========================================
  Hits           633       633           

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 1bce612...04bb74c. Read the comment docs.

avylove commented 3 years ago

Thanks for the fix!