commit | 1153824b39cdf0e2be93744cda42eceb37967216 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Tue Sep 06 22:20:09 2016 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Tue Sep 06 22:20:09 2016 +0200 |
tree | e4fba592e853cbe0b9d125d72ad049a365ea6d6a | |
parent | 012df5cdbcf0763a902a4c6ec4a7b20757b2d377 [diff] [blame] |
docs: typo, serial.rs485 needs to be imported fixes #159
diff --git a/serial/serialposix.py b/serial/serialposix.py index 23e19c4..78959ce 100644 --- a/serial/serialposix.py +++ b/serial/serialposix.py
@@ -52,7 +52,7 @@ # some systems support an extra flag to enable the two in POSIX unsupported -# partiy settings for MARK and SPACE +# paritiy settings for MARK and SPACE CMSPAR = 0 # default, for unsupported platforms, override below # try to detect the OS so that a device can be selected...