summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2017-04-08 15:43:36 +0200
committerJakub Wilk <jwilk@jwilk.net>2017-04-08 15:43:36 +0200
commitbbe6d833a8c99b628ac688007f6e638f1bf953a8 (patch)
tree7cce70e19e41154900c0eeda2b2c85ad3033713e /documentation
parent6d6f8069e630c507ef4e54588a5a56518649bd6f (diff)
downloadpyserial-git-bbe6d833a8c99b628ac688007f6e638f1bf953a8.tar.gz
docs: remove stray backtick
Diffstat (limited to 'documentation')
-rw-r--r--documentation/pyserial_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index ebae060..d17d744 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -122,7 +122,7 @@ Native ports
Some OS and/or drivers may activate RTS and or DTR automatically,
as soon as the port is opened. There may be a glitch on RTS/DTR
- when :attr:`rts`` or :attr:`dtr` are set differently from their
+ when :attr:`rts` or :attr:`dtr` are set differently from their
default value (``True`` / active).
.. note::