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

Fixes a typo "degress" to "degrees" in example.py & README.md. #2

Closed Zarthus closed 10 years ago

Zarthus commented 10 years ago

It's a minor issue that I came across which bugged me. I figured I'd send in a quick PR as it would only take a few minutes.

All this change does is modify a string in both README.md and test.py, both which don't directly affect the program.

timofurrer commented 10 years ago

Good catch! Thank you :beers: