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 b8321cc commit 13b1a3bCopy full SHA for 13b1a3b
python/pydantic_core/__init__.py
@@ -117,7 +117,7 @@ class ErrorTypeInfo(_TypedDict):
117
"""
118
119
type: ErrorType
120
- """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."""
121
message_template_python: str
122
"""String template to render a human readable error message from using context, when the input is Python."""
123
example_message_python: str
0 commit comments