summaryrefslogtreecommitdiff
path: root/documentation/tools.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-02-08 23:01:01 +0100
committerChris Liechti <cliechti@gmx.net>2016-02-08 23:01:01 +0100
commit894d0ddf99336ef9ea23c333feac962b0005573b (patch)
tree9bcf59554ccbbc3860dc90bd8582d187f004e2d4 /documentation/tools.rst
parent70ca49cff3f916cae908db8b9b77d272035dd5bc (diff)
downloadpyserial-git-894d0ddf99336ef9ea23c333feac962b0005573b.tar.gz
doc: typos
Diffstat (limited to 'documentation/tools.rst')
-rw-r--r--documentation/tools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/tools.rst b/documentation/tools.rst
index 2a223d9..6431430 100644
--- a/documentation/tools.rst
+++ b/documentation/tools.rst
@@ -171,7 +171,7 @@ Command line options can be given so that binary data including escapes for
terminals are escaped or output as hex.
Miniterm supports :rfc:`2217` remote serial ports and raw sockets using :ref:`URLs`
-such as ``rfc2217:://<host>:<port>`` respectively ``socket://<host>:<port>`` as
+such as ``rfc2217://<host>:<port>`` respectively ``socket://<host>:<port>`` as
*port* argument when invoking.
Command line options ``python -m serial.tools.miniterm -h``::