diff --git a/python/pydantic_core/__init__.py b/python/pydantic_core/__init__.py index 2dbd756f1..d5facd161 100644 --- a/python/pydantic_core/__init__.py +++ b/python/pydantic_core/__init__.py @@ -117,7 +117,7 @@ class ErrorTypeInfo(_TypedDict): """ type: ErrorType - """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.""" message_template_python: str """String template to render a human readable error message from using context, when the input is Python.""" example_message_python: str