mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Typo fixes (#127)
* Update transport_interface.py * Update tcp.py * Update README.md
This commit is contained in:
committed by
Robert Zajac
parent
82840b5e6c
commit
78d0a658bb
@ -68,7 +68,7 @@ class TCP(ITransport):
|
||||
"""
|
||||
dial a transport to peer listening on multiaddr
|
||||
:param multiaddr: multiaddr of peer
|
||||
:param self_id: peer_id of the dialer (to send to receier)
|
||||
:param self_id: peer_id of the dialer (to send to receiver)
|
||||
:param options: optional object
|
||||
:return: True if successful
|
||||
"""
|
||||
|
||||
@ -8,7 +8,7 @@ class ITransport(ABC):
|
||||
"""
|
||||
dial a transport to peer listening on multiaddr
|
||||
:param multiaddr: multiaddr of peer
|
||||
:param self_id: peer_id of the dialer (to send to receier)
|
||||
:param self_id: peer_id of the dialer (to send to receiver)
|
||||
:param options: optional object
|
||||
:return: list of multiaddrs
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user