Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pydantic_core/_pydantic_core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ 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__`.
hence the class method rather than `__init__`.

Arguments:
title: The title of the error, as used in the heading of `str(validation_error)`
Expand Down
Loading