summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2018-05-07 20:18:26 +0200
committerGitHub <noreply@github.com>2018-05-07 20:18:26 +0200
commite5068a857038ef6bafab4f6dbdc89ea844d008f0 (patch)
tree39dde597bc1257566151b0285bd867a0146be9c2
parent4f87ba6c2aedeff8fd12fef638107641693b594c (diff)
parentc9661f7743a5a3e9b4c34ae9c2678585b226238a (diff)
downloadpyserial-git-e5068a857038ef6bafab4f6dbdc89ea844d008f0.tar.gz
Merge pull request #333 from cweeks12/patch-1
Fixed 'uppon' typos
-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: