diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2004-02-02 19:48:27 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2004-02-02 19:48:27 +0000 |
commit | 02f7c9904e3a302d54025cc335bdd6f33c7d70cd (patch) | |
tree | 7a1a6c9dcf9c2154b3a17179e1f5a39492b4fd95 | |
parent | 107db8d2eadbc7ebff536d08cb7b0c74e9279016 (diff) | |
download | pyserial-git-02f7c9904e3a302d54025cc335bdd6f33c7d70cd.tar.gz |
typo
-rw-r--r-- | pyserial/serial/serialutil.py | 2 |
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 |