Skip to content

Commit 4c02cbd

Browse files
authored
Fix typo in PydanticUseDefault docstring (#1571)
1 parent 707b440 commit 4c02cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/_pydantic_core.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ class PydanticUseDefault(Exception):
836836
# > Event(name='meeting', time=datetime.datetime(2024, 1, 1, 12, 0))
837837
```
838838
839-
For an additional example, seethe [validating partial json data](../concepts/json.md#partial-json-parsing) section of the Pydantic documentation.
839+
For an additional example, see the [validating partial json data](../concepts/json.md#partial-json-parsing) section of the Pydantic documentation.
840840
"""
841841

842842
def __new__(cls) -> Self: ...

0 commit comments

Comments
 (0)