diff options
Diffstat (limited to 'pyserial/serial/serialutil.py')
-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 |