Private
Public Access
2
0

docs: fix spelling errors

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Fathi Boudra
2016-04-06 13:44:06 +03:00
committed by Brendan Le Foll
parent a9429204e3
commit e1c500414b
12 changed files with 31 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ class Counter:
c = Counter()
# inside a python interupt you cannot use 'basic' types so you'll need to use
# inside a python interrupt you cannot use 'basic' types so you'll need to use
# objects
def test(gpio):
print("pin " + repr(gpio.getPin(True)) + " = " + repr(gpio.read()))