From 48accbd28fc3636b8a36faedc4fc9be867103ee8 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 6 Nov 2023 15:44:21 -0500 Subject: [PATCH] Fix doc string "its" typo.. --- tractor/_multiaddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_multiaddr.py b/tractor/_multiaddr.py index d0f562c..e8713b4 100644 --- a/tractor/_multiaddr.py +++ b/tractor/_multiaddr.py @@ -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: `..////../`