Skip to content

Commit 76efbfc

Browse files
Corrects an erroneous replacement of 'serial'
1 parent 39c3fb3 commit 76efbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serial_asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Posix platforms only, Python 3.4+ only.
1313
14-
Windows event loops can not wait for pyserial_asyncio ports with the current
14+
Windows event loops can not wait for serial ports with the current
1515
implementation. It should be possible to get that working though.
1616
"""
1717
import asyncio

0 commit comments

Comments
 (0)