Skip to content

Commit af5fb47

Browse files
committed
chore: better url.URL docstring
1 parent 945bac4 commit af5fb47

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

juju/url.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ def __str__(self):
2323

2424

2525
class URL:
26-
"""Private URL class for this library internals only."""
26+
"""Private URL class for this library internals only.
27+
28+
Should be instantiated by `URL.parse` constructor.
29+
"""
2730

2831
name: str
2932

0 commit comments

Comments
 (0)