summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2016-06-06 20:51:54 +0200
committerzsquareplusc <cliechti@gmx.net>2016-06-06 20:51:54 +0200
commitc9e4302a687e8d8bba798233aaab85b73c88771d (patch)
tree71cf5ccd0895b69aead7fd3d0b975d45167b7a2b
parenta9d9b3db83d4333c5a16ead57ba8781a46c784d7 (diff)
parent32af066f4538b4655a66566efca957f979236ae4 (diff)
downloadpyserial-git-c9e4302a687e8d8bba798233aaab85b73c88771d.tar.gz
Merge pull request #125 from machinaut/master
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