Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
719 stars 43 forks source link

Fix docstring of `cmd()` #123

Closed erezsh closed 2 years ago

erezsh commented 2 years ago

Just noticed it while I was skimming

codecov[bot] commented 2 years ago

Codecov Report

Merging #123 (213fc57) into main (6bf0b42) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #123   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3225      3223    -2     
  Branches       648       635   -13     
=========================================
- Hits          3225      3223    -2     
Impacted Files Coverage Δ
ubelt/util_cmd.py 100.00% <ø> (ø)
ubelt/util_list.py 100.00% <0.00%> (ø)
ubelt/util_import.py 100.00% <0.00%> (ø)

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 6bf0b42...213fc57. Read the comment docs.