Skip to content

Commit

Permalink
Fix doc string "its" typo..
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Nov 6, 2023
1 parent 227c9ea commit 48accbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor/_multiaddr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>`
Expand Down

0 comments on commit 48accbd

Please sign in to comment.