summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Grunichev <gluk@umbrosia.ru>2017-12-13 17:25:00 +0300
committerGitHub <noreply@github.com>2017-12-13 17:25:00 +0300
commita44935cf1535192e4af1c11afc4c242d81ef615b (patch)
tree3c1e6b1167877f404f4f4d0b5d1570e78724cf52
parent92d101613be41ecb2f2054c3f43a006fbe6f9966 (diff)
downloadpyserial-git-a44935cf1535192e4af1c11afc4c242d81ef615b.tar.gz
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).