summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2004-02-02 19:48:27 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2004-02-02 19:48:27 +0000
commit02f7c9904e3a302d54025cc335bdd6f33c7d70cd (patch)
tree7a1a6c9dcf9c2154b3a17179e1f5a39492b4fd95
parent107db8d2eadbc7ebff536d08cb7b0c74e9279016 (diff)
downloadpyserial-git-02f7c9904e3a302d54025cc335bdd6f33c7d70cd.tar.gz
typo
-rw-r--r--pyserial/serial/serialutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyserial/serial/serialutil.py b/pyserial/serial/serialutil.py
index 19ec677..c503568 100644
--- a/pyserial/serial/serialutil.py
+++ b/pyserial/serial/serialutil.py
@@ -115,7 +115,7 @@ class SerialBase(FileLike):
rtscts=0, #enable RTS/CTS flow control
):
"""Initialize comm port object. If a port is given, then the port will be
- opened immediately. Otherwise a Serial port object with in clsoed state
+ opened immediately. Otherwise a Serial port object in closed state
is returned."""
self._isOpen = False