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.
1 parent 5a9d3ec commit 7cfd25cCopy full SHA for 7cfd25c
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 be 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