Fix doc string "its" typo..

sc_super_proto_dgrams
Tyler Goodlet 2023-11-06 15:44:21 -05:00
parent 5f0bfeae57
commit 2d541fdd9b
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def parse_maddr(
multiaddr: str,
) -> dict[str, str | int | dict]:
'''
Parse a libp2p style "multiaddress" into it's distinct protocol
Parse a libp2p style "multiaddress" into its distinct protocol
segments where each segment is of the form:
`../<protocol>/<param0>/<param1>/../<paramN>`