summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2018-05-07 19:28:05 +0200
committerGitHub <noreply@github.com>2018-05-07 19:28:05 +0200
commit3b7f062be6eee04e95e778fb86385708b6214556 (patch)
tree3c1e6b1167877f404f4f4d0b5d1570e78724cf52
parent92d101613be41ecb2f2054c3f43a006fbe6f9966 (diff)
parenta44935cf1535192e4af1c11afc4c242d81ef615b (diff)
downloadpyserial-git-3b7f062be6eee04e95e778fb86385708b6214556.tar.gz
Merge pull request #296 from Renha/patch-1
Typo fixed
-rw-r--r--documentation/shortintro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/shortintro.rst b/documentation/shortintro.rst
index 02385d9..b9230e3 100644
--- a/documentation/shortintro.rst
+++ b/documentation/shortintro.rst
@@ -108,5 +108,5 @@ include entries that matched.
Accessing ports
---------------
pySerial includes a small console based terminal program called
-:ref:`miniterm`. It ca be started with ``python -m serial.tools.miniterm <port_name>``
+:ref:`miniterm`. It can be started with ``python -m serial.tools.miniterm <port_name>``
(use option ``-h`` to get a listing of all options).