summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2021-10-01 02:05:41 +0200
committerGitHub <noreply@github.com>2021-10-01 02:05:41 +0200
commit685770db75d3e62be449cbf42e2881e98e1fc4c5 (patch)
tree3e0f1e4521be48b8f15e54a0202e693bec5fa98f
parenta7929e06d7fe738d3308b6a72c29f0c8d04e1ae0 (diff)
parent2d8db3849c480a8391c51f7270af7ee4cb8868b2 (diff)
downloadpyserial-git-685770db75d3e62be449cbf42e2881e98e1fc4c5.tar.gz
Merge pull request #602 from erikbgithub/patch-1
docs: improve language
-rw-r--r--documentation/pyserial_api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 12a7765..2503ec5 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -150,7 +150,7 @@ Native ports
:rtype: bytes
Read *size* bytes from the serial port. If a timeout is set it may
- return less characters as requested. With no timeout it will block
+ return fewer characters than requested. With no timeout it will block
until the requested number of bytes is read.
.. versionchanged:: 2.5
@@ -166,7 +166,7 @@ Native ports
Read until an expected sequence is found ('\\n' by default), the size
is exceeded or until timeout occurs. If a timeout is set it may
- return less characters as requested. With no timeout it will block
+ return fewer characters than requested. With no timeout it will block
until the requested number of bytes is read.
.. versionchanged:: 2.5