Skip to content

Commit 2568f6c

Browse files
committed
docs: small comment added
1 parent 8ca5003 commit 2568f6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/netius/base/stream.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ class Stream(observer.Observable):
5959
6060
Most of the interface for a stream should be "logically" similar
6161
to the one defined by a connection.
62+
63+
This implementation takes inspiration from the asyncio stream and
64+
should be very compatible in terms of API.
6265
"""
6366

6467
def __init__(self, owner = None):

0 commit comments

Comments
 (0)