summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorPaul Anton Letnes <708553+pletnes@users.noreply.github.com>2018-03-08 21:26:09 +0100
committerGitHub <noreply@github.com>2018-03-08 21:26:09 +0100
commite5bba523e3edde1148b963cb213ad4b5fd67dac5 (patch)
treec06730484b956ad40a4f466fa37f95236448ca19 /documentation
parent92d101613be41ecb2f2054c3f43a006fbe6f9966 (diff)
downloadpyserial-git-e5bba523e3edde1148b963cb213ad4b5fd67dac5.tar.gz
Update pyserial.rst
Checked the version against conda today, looks like it's pyserial 3.4. ``` In [1]: import serial In [2]: serial.__version__ Out[2]: '3.4' ```
Diffstat (limited to 'documentation')
-rw-r--r--documentation/pyserial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index adec998..8a1afa8 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -86,7 +86,7 @@ pySerial can be installed from Conda::
conda install -c conda-forge pyserial
-Currently the default conda channel will provide version 2.7 whereas the
+Currently the default conda channel will provide version 3.4 whereas the
conda-forge channel provides the current 3.x version.
Conda: https://www.continuum.io/downloads