Skip to content

Commit 04b296b

Browse files
authored
Simplify ValidationError.from_exception_data() docstring (#1768)
1 parent 550ee16 commit 04b296b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/pydantic_core/_pydantic_core.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,6 @@ class ValidationError(ValueError):
646646
"""
647647
Python constructor for a Validation Error.
648648
649-
The API for constructing validation errors will probably change in the future,
650-
hence the static method rather than `__init__`.
651-
652649
Arguments:
653650
title: The title of the error, as used in the heading of `str(validation_error)`
654651
line_errors: A list of [`InitErrorDetails`][pydantic_core.InitErrorDetails] which contain information

0 commit comments

Comments
 (0)