summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ray <a@machinaut.com>2016-06-06 11:27:08 -0700
committerAlex Ray <a@machinaut.com>2016-06-06 11:27:08 -0700
commit32af066f4538b4655a66566efca957f979236ae4 (patch)
tree71cf5ccd0895b69aead7fd3d0b975d45167b7a2b
parenta9d9b3db83d4333c5a16ead57ba8781a46c784d7 (diff)
downloadpyserial-git-32af066f4538b4655a66566efca957f979236ae4.tar.gz
Documentation typo fix
-rw-r--r--documentation/shortintro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/shortintro.rst b/documentation/shortintro.rst
index 4cbdda7..8f33a68 100644
--- a/documentation/shortintro.rst
+++ b/documentation/shortintro.rst
@@ -55,7 +55,7 @@ Also supported with context manager::
Readline
========
-Be carefully when using :meth:`readline`. Do specify a timeout when opening the
+Be careful when using :meth:`readline`. Do specify a timeout when opening the
serial port otherwise it could block forever if no newline character is
received. Also note that :meth:`readlines` only works with a timeout.
:meth:`readlines` depends on having a timeout and interprets that as EOF (end