summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolly <olly@ollycope.com>2015-09-17 12:16:19 +0000
committerolly <olly@ollycope.com>2015-09-17 12:16:19 +0000
commit880d58b456ba56db9848ef2914ec90816b07f643 (patch)
tree162cfbc334c0595cfdea14e97319f18d43dba777
parentced0d983fd2cc062fb6bd673c281e1144c0b3e6a (diff)
downloadyoyo-880d58b456ba56db9848ef2914ec90816b07f643.tar.gz
Fix typo in comment
-rwxr-xr-xyoyo/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/utils.py b/yoyo/utils.py
index 66f9725..6ff7f2f 100755
--- a/yoyo/utils.py
+++ b/yoyo/utils.py
@@ -45,7 +45,7 @@ try:
return a
except ImportError:
- # some non windows environments don't hav termios (google cloud)
+ # some non Windows environments don't have termios (google cloud)
# running yoyo through the python sdk should not require `getch`
try:
from msvcrt import getch