From aa9c94c683bc27533accc365bd945738701edca7 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sat, 13 Jun 2015 08:47:41 -0700 Subject: [PATCH] Fixed typo --- Micro-Python-on-Mac-OSX.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Micro-Python-on-Mac-OSX.md b/Micro-Python-on-Mac-OSX.md index 853c9ba..c8f4e85 100644 --- a/Micro-Python-on-Mac-OSX.md +++ b/Micro-Python-on-Mac-OSX.md @@ -84,5 +84,4 @@ cd /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/sit sudo cp list_ports_os.py list_ports_osx_original.py sudo curl -O http://sourceforge.net/p/pyserial/patches/_discuss/thread/603bd426/55a8/attachment/list_ports_osx.py ``` -``` Now I was able to execute the list_ports.comports() example posted above under python3 and it produced the correct output. \ No newline at end of file