From 2d8db3849c480a8391c51f7270af7ee4cb8868b2 Mon Sep 17 00:00:00 2001 From: Erik Bernoth Date: Wed, 18 Aug 2021 15:48:55 +0200 Subject: Spellcheck I'm not a native speaker, but this way it sounds clearer to me. "as expected" sounds to me like "similar or equal to what you should expect". --- documentation/pyserial_api.rst | 4 ++-- 1 file 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 -- cgit v1.2.1