diff --git a/python/pydantic_core/_pydantic_core.pyi b/python/pydantic_core/_pydantic_core.pyi index dceddbf99..07b995761 100644 --- a/python/pydantic_core/_pydantic_core.pyi +++ b/python/pydantic_core/_pydantic_core.pyi @@ -646,9 +646,6 @@ class ValidationError(ValueError): """ Python constructor for a Validation Error. - The API for constructing validation errors will probably change in the future, - hence the static method rather than `__init__`. - Arguments: title: The title of the error, as used in the heading of `str(validation_error)` line_errors: A list of [`InitErrorDetails`][pydantic_core.InitErrorDetails] which contain information