timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

minor fixing in doc. #39

Closed pintman closed 6 years ago

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   96.27%   96.27%           
=======================================
  Files           5        5           
  Lines         215      215           
=======================================
  Hits          207      207           
  Misses          8        8
Impacted Files Coverage Δ
w1thermsensor/core.py 96.36% <ø> (ø) :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 590a603...b14d934. Read the comment docs.

timofurrer commented 6 years ago

Good catch! Thanks for taking the time to fix this! :tada: