mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
Enforce pre-summary newline in docstrings
This commit is contained in:
@ -39,7 +39,8 @@ class RawConnection(IRawConnection):
|
||||
raise RawConnError(error)
|
||||
|
||||
async def read(self, n: int = -1) -> bytes:
|
||||
"""Read up to ``n`` bytes from the underlying stream. This call is
|
||||
"""
|
||||
Read up to ``n`` bytes from the underlying stream. This call is
|
||||
delegated directly to the underlying ``self.reader``.
|
||||
|
||||
Raise `RawConnError` if the underlying connection breaks
|
||||
|
||||
Reference in New Issue
Block a user