summaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_rfc2217.py
diff options
context:
space:
mode:
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>