From ff7bf2fa1cdb217e3f5e710f29a4ef3ede973b7c Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 14 Oct 2017 10:44:27 +1000 Subject: [PATCH] Fixed a small spelling error of the word 'note' --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f3abf1..6ac116b 100644 --- a/README.rst +++ b/README.rst @@ -255,7 +255,7 @@ You can quickly change a pins direction:: GPIO.direction("XIO-P3", GPIO.OUT) GPIO.direction("XIO-P3", GPIO.IN) -You can also re-setup a pin in order to change direction, not that this is a slower operation:: +You can also re-setup a pin in order to change direction, note that this is a slower operation:: GPIO.setup("XIO-P3", GPIO.OUT) GPIO.setup("XIO-P3", GPIO.IN)