Skip to content

Commit 13b1a3b

Browse files
chore: Correct grammar in docstring (#1784)
1 parent b8321cc commit 13b1a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class ErrorTypeInfo(_TypedDict):
117117
"""
118118

119119
type: ErrorType
120-
"""The type of error that occurred, this should a "slug" identifier that changes rarely or never."""
120+
"""The type of error that occurred, this should be a "slug" identifier that changes rarely or never."""
121121
message_template_python: str
122122
"""String template to render a human readable error message from using context, when the input is Python."""
123123
example_message_python: str

0 commit comments

Comments
 (0)