Fix doc string "its" typo..

multihomed
Tyler Goodlet 2023-11-06 15:44:21 -05:00
parent 227c9ea173
commit 48accbd28f
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>`