summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorConnor Weeks <connorweeks1@gmail.com>2018-04-06 09:49:15 -0600
committerGitHub <noreply@github.com>2018-04-06 09:49:15 -0600
commitc9661f7743a5a3e9b4c34ae9c2678585b226238a (patch)
tree7ebf7a87a51c9adcad3c3614d98bfc38ba816508 /documentation
parent92d101613be41ecb2f2054c3f43a006fbe6f9966 (diff)
downloadpyserial-git-c9661f7743a5a3e9b4c34ae9c2678585b226238a.tar.gz
Fixed 'uppon' typos
The word 'uppon' was in the documentation twice, so I changed it to 'upon'
Diffstat (limited to 'documentation')
-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 a3b0ebb..545f948 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -243,7 +243,7 @@ Native ports
:type: bool
Set RTS line to specified logic level. It is possible to assign this
- value before opening the serial port, then the value is applied uppon
+ value before opening the serial port, then the value is applied upon
:meth:`open` (with restrictions, see :meth:`open`).
.. attribute:: dtr
@@ -253,7 +253,7 @@ Native ports
:type: bool
Set DTR line to specified logic level. It is possible to assign this
- value before opening the serial port, then the value is applied uppon
+ value before opening the serial port, then the value is applied upon
:meth:`open` (with restrictions, see :meth:`open`).
Read-only attributes: