Fix doc string "its" typo..

Tyler Goodlet 2023-11-06 15:44:21 -05:00
parent 5ffce8fa57
commit 0cd88ebfb2
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>`