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.
InitErrorDetails.type
1 parent 6a31b3b commit bd0bde2Copy full SHA for bd0bde2
python/pydantic_core/__init__.py
@@ -98,7 +98,7 @@ class ErrorDetails(_TypedDict):
98
99
class InitErrorDetails(_TypedDict):
100
type: str | PydanticCustomError
101
- """The type of error that occurred, this should a "slug" identifier that changes rarely or never."""
+ """The type of error that occurred, this should be a "slug" identifier that changes rarely or never."""
102
loc: _NotRequired[tuple[int | str, ...]]
103
"""Tuple of strings and ints identifying where in the schema the error occurred."""
104
input: _Any
0 commit comments