We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MultiHostUrl.build
1 parent 01a1523 commit 9ec1036Copy full SHA for 9ec1036
python/pydantic_core/_pydantic_core.pyi
@@ -631,7 +631,7 @@ class MultiHostUrl(SupportsAllComparisons):
631
fragment: Optional[str] = None,
632
) -> Self:
633
"""
634
- Build a new `MultiHostUul` instance from its component parts.
+ Build a new `MultiHostUrl` instance from its component parts.
635
636
This method takes either `hosts` - a list of `MultiHostHost` typed dicts, or the individual components
637
`username`, `password`, `host` and `port`.
0 commit comments