Skip to content

Commit 9ec1036

Browse files
authored
Fix typo in MultiHostUrl.build docstring (#938)
1 parent 01a1523 commit 9ec1036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/_pydantic_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ class MultiHostUrl(SupportsAllComparisons):
631631
fragment: Optional[str] = None,
632632
) -> Self:
633633
"""
634-
Build a new `MultiHostUul` instance from its component parts.
634+
Build a new `MultiHostUrl` instance from its component parts.
635635
636636
This method takes either `hosts` - a list of `MultiHostHost` typed dicts, or the individual components
637637
`username`, `password`, `host` and `port`.

0 commit comments

Comments
 (0)