From 8350e3f39c2dd937061f4028226d1bb72d40f02e Mon Sep 17 00:00:00 2001 From: William Sawyer Date: Mon, 1 Sep 2025 19:41:07 +1000 Subject: [PATCH] chore: Correct grammar in docstring --- python/pydantic_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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