summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index db03907..d15702d 100644
--- a/test/test.py
+++ b/test/test.py
@@ -30,7 +30,7 @@ import serial
# on which port should the tests be performed:
PORT = 'loop://'
-# indirection via bytearray b/c bytes(range(256)) does something else in Pyhton 2.7
+# indirection via bytearray b/c bytes(range(256)) does something else in Python 2.7
bytes_0to255 = bytes(bytearray(range(256)))