summaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_rfc2217.py
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2019-08-13 13:27:39 +0200
committerGitHub <noreply@github.com>2019-08-13 13:27:39 +0200
commitc9e246271e009ce7c076b4bb67c0b67a776364b4 (patch)
tree42be73d8d5c7eceba4853af2515deacea6b78ab5 /serial/urlhandler/protocol_rfc2217.py
parent7bb1dcc5aea16ca1c957690cb5276df33af1c286 (diff)
parent2e276464285df6de830844c5b3abbc3dae8d8298 (diff)
downloadpyserial-git-c9e246271e009ce7c076b4bb67c0b67a776364b4.tar.gz
Merge pull request #389 from lowell80/master
Replaced RFC 2271 with 2217 in docs & comments
Diffstat (limited to 'serial/urlhandler/protocol_rfc2217.py')
-rw-r--r--serial/urlhandler/protocol_rfc2217.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/urlhandler/protocol_rfc2217.py b/serial/urlhandler/protocol_rfc2217.py
index 8be310f..ebeec3a 100644
--- a/serial/urlhandler/protocol_rfc2217.py
+++ b/serial/urlhandler/protocol_rfc2217.py
@@ -1,6 +1,6 @@
#! python
#
-# This is a thin wrapper to load the rfc2271 implementation.
+# This is a thin wrapper to load the rfc2217 implementation.
#
# This file is part of pySerial. https://github.com/pyserial/pyserial
# (C) 2011 Chris Liechti <cliechti@gmx.net>