Skip to content

Commit 7f3a04c

Browse files
committed
Fix Bullet list ends without a blank line error
1 parent c0679ea commit 7f3a04c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circuitpython_typing/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@
5353

5454
class ByteStream(Protocol):
5555
"""Protocol for basic I/O operations on a byte stream.
56-
Classes which implement this protocol include
56+
Classes which implement this protocol include:
57+
5758
* `io.BytesIO`
5859
* `io.FileIO` (for a file open in binary mode)
5960
* `busio.UART`
6061
* `usb_cdc.Serial`
62+
6163
"""
6264

6365
# Should be `, /)`, but not available in Python 3.7.

0 commit comments

Comments
 (0)