summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyserial/documentation/appendix.rst2
-rw-r--r--pyserial/documentation/pyserial_api.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/pyserial/documentation/appendix.rst b/pyserial/documentation/appendix.rst
index 8492717..9c216f8 100644
--- a/pyserial/documentation/appendix.rst
+++ b/pyserial/documentation/appendix.rst
@@ -44,7 +44,7 @@ com0com - http://com0com.sourceforge.net/
License
=======
-Copyright (C) 2001-2009 Chris Liechti <cliechti(at)gmx.net>;
+Copyright (C) 2001-2010 Chris Liechti <cliechti(at)gmx.net>;
All Rights Reserved.
This is the Python license. In short, you can use this product in commercial
diff --git a/pyserial/documentation/pyserial_api.rst b/pyserial/documentation/pyserial_api.rst
index 71b608c..d8566e3 100644
--- a/pyserial/documentation/pyserial_api.rst
+++ b/pyserial/documentation/pyserial_api.rst
@@ -670,6 +670,9 @@ Constants
.. data:: STOPBITS_ONE_POINT_FIVE
.. data:: STOPBITS_TWO
+Note that 1.5 stop bits are not supported on Posix. It will fall back to 2 stop
+bits.
+
*Byte size*
.. data:: FIVEBITS