summaryrefslogtreecommitdiff
path: root/documentation/pyserial_api.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-12-20 21:59:27 +0100
committerJakub Wilk <jwilk@jwilk.net>2016-12-20 21:59:27 +0100
commit772a6fa94c95ea204595cf8f1554e2231caac202 (patch)
treefb5bb263a657f630556a8cc7347fac8af323decf /documentation/pyserial_api.rst
parent64d599251461da5cd1327407f1c6fbe8f4a6ff9c (diff)
downloadpyserial-git-772a6fa94c95ea204595cf8f1554e2231caac202.tar.gz
fix typos in documentation
Diffstat (limited to 'documentation/pyserial_api.rst')
-rw-r--r--documentation/pyserial_api.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 90444df..953a703 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -577,7 +577,7 @@ Native ports
:platform: Posix
:platform: Windows
- Cancel a pending read operation from an other thread. A blocking
+ Cancel a pending read operation from another thread. A blocking
:meth:`read` call is aborted immediately. :meth:`read` will not report
any error but return all data received up to that point (similar to a
timeout).
@@ -591,7 +591,7 @@ Native ports
:platform: Posix
:platform: Windows
- Cancel a pending write operation from an other thread. The
+ Cancel a pending write operation from another thread. The
:meth:`write` method will return immediately (no error indicated).
However the OS may still be sending from the buffer, a separate call to
:meth:`reset_output_buffer` may be needed.
@@ -1258,7 +1258,7 @@ asyncio
``asyncio`` was introduced with Python 3.4. Experimental support for pySerial
is provided via a separate distribution `pyserial-asyncio`_.
-It is currently under developement, see:
+It is currently under development, see:
- http://pyserial-asyncio.readthedocs.io/
- https://github.com/pyserial/pyserial-asyncio